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