We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6718c2 commit 4d07055Copy full SHA for 4d07055
test/test_math.c
@@ -96,4 +96,5 @@ int main(int argc, char** argv) {
96
acfg.allow_fold = true;
97
IrArena* a = new_ir_arena(acfg);
98
test_int_literals(a);
99
+ destroy_ir_arena(a);
100
}
0 commit comments