diff options
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cffc.hff b/src/cffc.hff index eff95e4..686de57 100644 --- a/src/cffc.hff +++ b/src/cffc.hff @@ -168,6 +168,7 @@ struct Expr { Call struct { lhs *Expr, args [#]Expr }, ZeroIni, EnumIni struct { name *const u8, val i64 }, + EUnionIni struct { var *const AggField, ex *Expr }, AggIni struct { flds [#]*const AggField, exs [#]Expr }, ArrIni struct { idxs [#]u32, exs [#]Expr, maxn i64 }, Stmt [#]Stmt, |