mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Anonymous procedure literal support
This commit is contained in:
@@ -248,6 +248,7 @@ enum StmtAllowFlag {
|
||||
ProcInlining inlining; \
|
||||
Token where_token; \
|
||||
Array<Ast *> where_clauses; \
|
||||
DeclInfo *decl; \
|
||||
}) \
|
||||
AST_KIND(CompoundLit, "compound literal", struct { \
|
||||
Ast *type; \
|
||||
|
||||
Reference in New Issue
Block a user