mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 22:01:25 -07:00
where clauses for procedure literals
This commit is contained in:
@@ -229,6 +229,8 @@ enum StmtAllowFlag {
|
||||
Ast *body; \
|
||||
u64 tags; \
|
||||
ProcInlining inlining; \
|
||||
Token where_token; \
|
||||
Array<Ast *> where_clauses; \
|
||||
}) \
|
||||
AST_KIND(CompoundLit, "compound literal", struct { \
|
||||
Ast *type; \
|
||||
|
||||
Reference in New Issue
Block a user