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

6 lines
200 B
C

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