mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-06 21:17:40 +00:00
#foreign "custom_name"; <N x i1> bugs (see test.ll and test2.ll)
This commit is contained in:
@@ -143,7 +143,6 @@ void print_ast(AstNode *node, isize indent) {
|
||||
gb_printf("(decl:proc)\n");
|
||||
print_ast(node->ProcDecl.type, indent+1);
|
||||
print_ast(node->ProcDecl.body, indent+1);
|
||||
print_ast(node->ProcDecl.tag_list, indent+1);
|
||||
break;
|
||||
|
||||
case AstNode_TypeDecl:
|
||||
|
||||
Reference in New Issue
Block a user