mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 20:00:09 +00:00
Add @(priority_index=<int>) for foreign import
This commit is contained in:
@@ -118,6 +118,7 @@ struct AttributeContext {
|
||||
bool init : 1;
|
||||
bool set_cold : 1;
|
||||
u32 optimization_mode; // ProcedureOptimizationMode
|
||||
i64 foreign_import_priority_index;
|
||||
|
||||
String objc_class;
|
||||
String objc_name;
|
||||
|
||||
Reference in New Issue
Block a user