Files
c3c/test/test_suite/compile_time/defined_parse_error.c3

4 lines
63 B
Plaintext

fn void main()
{
$defined(usz a*); // #error: Expected ')'
}