Files
c3c/test/test_suite/attributes/repeat_of_attributes.c3

7 lines
127 B
C

fn void test()
{
for (int a @align(16) @align(16) = 0 ; a < 10; a++) // #error: Repeat of attribute '@align'
{
}
}