From 2023a7b2d9656f80b00de81453348c0a66f200f7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 14 Aug 2024 20:44:26 +0300 Subject: test cleanup + Somewhat poor Git hygiene but I also fixed some bugs while I was at it. --- src/ast.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast.c') diff --git a/src/ast.c b/src/ast.c index aeb8c69..f178e41 100644 --- a/src/ast.c +++ b/src/ast.c @@ -296,6 +296,7 @@ void ast_dump(int depth, struct ast *n) DUMP(AST_CONST_CHAR); DUMP(AST_CONST_BOOL); DUMP(AST_CONST_STR); + DUMP(AST_UNPACK); } #undef DUMP -- cgit v1.3