Add #no_init suffix directive for asm specifications.

This commit is contained in:
gingerBill
2026-08-24 19:10:32 +01:00
parent dfa473f2c8
commit 3e159a4e10
4 changed files with 93 additions and 43 deletions

View File

@@ -489,10 +489,11 @@ struct AstSplitArgs {
Token flag; \
}) \
AST_KIND(AsmSpec, "asm specification", struct { \
Ast *name; \
Ast *tied_name; \
Ast *type; \
Ast *value; \
Ast * name; \
Ast * tied_name; \
Ast * type; \
Ast * value; \
Array<Ast *> directives; \
}) \
AST_KIND(AsmClobber, "asm clobber", struct { \
Token token; \