Files
c3c/test/test_suite/statements/missing_body.c3
2025-08-27 12:37:01 +02:00

5 lines
69 B
Plaintext

fn void main()
{
if (true) // #error: The body of an if statement
}