2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / Wattributes-3.c
blob59d14c7b926b3493fd4b58a1690326272e5ab882
1 /* { dg-do compile } */
3 void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */
5 int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */