diff options
Diffstat (limited to 'ast.c')
| -rw-r--r-- | ast.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ int type_alignof(Type* ty) { enum AstNodeKind { AstNodeKind_unknown, + AstNodeKind_nop, AstNodeKind_assign_expr, AstNodeKind_binary_expr, |
