blob: 59d14c7b926b3493fd4b58a1690326272e5ab882 (
plain)
1
2
3
4
5
|
/* { dg-do compile } */
void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */
int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */
|