Files
c3c/test/test_suite/attributes/call_attribute_error_eos.c3
2023-05-15 08:45:10 +02:00

5 lines
53 B
C

fn void main()
{
call() // #error: ';'
rl::bar();
}