1 /* { dg-do compile } */
2 /* { dg-options "-Waddress -Wattributes" } */
4 /* Make sure the command line option enables the warning. */
7 void __attribute__((dj
)) bar() { } /* { dg-warning ".* attribute directive ignored" } */
14 if (&i
) /* { dg-warning ".* will always evaluate as 'true'" } */