rt_gccstream/gcc/testsuite/gcc.dg/Wattributes-1.c

7 lines
234 B
C

/* { dg-do compile } */
/* { dg-options -Wattributes } */
void __attribute__((dj)) foo() { } /* { dg-warning "attribute directive ignored" } */
int j __attribute__((unrecognized)); /* { dg-warning "attribute directive ignored" } */