Files
c3c/test/test_suite/regression/crash_on_right_paren_macro.c3
2021-12-04 01:08:16 +01:00

7 lines
105 B
Plaintext

macro void hello($b$Bar x; // #error: Expected ')'
@hello(1);
var $foo = 1;
$foo;
FOO;
}