Files
c3c/test/test_suite/statements/if_decl.c3
Christoffer Lerno 97ac957cb7 "Public by default"
2021-05-30 16:30:16 +02:00

6 lines
107 B
Plaintext

func int main()
{
if (int a) {} // #error: Expected a declaration with initializer
return 0;
}