Add @(priority_index=<int>) for foreign import

This commit is contained in:
gingerBill
2022-05-04 16:40:12 +01:00
parent 9f95d6fa65
commit e4743b15b1
4 changed files with 20 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ struct Entity {
struct {
Slice<String> paths;
String name;
i64 priority_index;
} LibraryName;
i32 Nil;
struct {