Files
c3c/test/test_suite/attributes/attrdef_err.c3
2025-05-15 12:46:46 +02:00

7 lines
79 B
Plaintext

attrdef @Foo = ; // #error: Expected a list of attributes
fn void main()
{
}