PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / Wattributes-2.c
blob6918704202d6fb7e7bf744b246ae9a51c21f8b8f
1 /* { dg-do compile } */
2 /* { dg-options -Wno-attributes } */
4 void __attribute__((dj)) foo() { } /* { dg-bogus "attribute directive ignored" } */
6 int j __attribute__((unrecognized)); /* { dg-bogus "attribute directive ignored" } */