Fixed some testcases.

This commit is contained in:
acqn
2022-09-18 22:29:01 +08:00
parent 6fc2cd9f61
commit 16ba232d08
3 changed files with 13 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ int main(void)
fn_t bar;
foo(bar);
return 0;
return failures;
}
void foo(int func(int))