Files
c3c/test/test_suite/attributes/illegal_attr.c3
2025-05-12 01:41:19 +02:00

9 lines
356 B
Plaintext

attrdef @FOO = @test; // #error: Expected an
attrdef 1 = @test; // #error: Expected an
attrdef @foo = @test; // #error: Expected an
attrdef foo = @test; // #error: Expected an
attrdef $foo = @test; // #error: Expected an
attrdef #foo = @test; // #error: Expected an
attrdef "foo" = @test; // #error: Expected an
attrdef 'f' = @test; // #error: Expected an