1 /* { dg-do compile } */
2 /* { dg-options "-Wattributes -Waddress" } */
4 /* Make sure #pragma can override -Wfoo. */
6 #pragma GCC diagnostic ignored "-Waddress"
9 void __attribute__((dj
)) bar() { } /* { dg-warning "attribute directive ignored" } */
16 if (&i
) /* { dg-bogus "true" } */