Files
c3c/test/test_suite/expressions/test_ct_param_bug.c3
2025-08-22 00:26:18 +02:00

7 lines
92 B
Plaintext

module test;
macro @foo($aaa) {}
fn int main(String[] args)
{
@foo(int);
return 0;
}