1 /* { dg-do compile } */
2 /* { dg-options -Wno-attributes } */
3
4 void __attribute__((dj)) foo() { } /* { dg-bogus "attribute directive ignored" } */
5
6 int j __attribute__((unrecognized)); /* { dg-bogus "attribute directive ignored" } */