Files
c3c/test/test_suite/expressions/test_ct_param_bug.c3

7 lines
130 B
Plaintext

module test;
macro @foo($aaa) {}
fn int main(String[] args)
{
@foo(int); // #error: must be followed by either
return 0;
}