mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-02 18:23:35 +00:00
Support asm template groups
This commit is contained in:
@@ -316,6 +316,7 @@ struct Entity {
|
||||
bool is_objc_class_method : 1;
|
||||
} Procedure;
|
||||
struct {
|
||||
bool is_asm_group;
|
||||
Array<Entity *> entities;
|
||||
} ProcGroup;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user