OSDN Git Service

Call abort for runtime test, always return 0 from main.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wattributes-2.c
1 /* { dg-do compile } */
2 /* { dg-options -Wno-attributes } */
3
4 void __attribute__((dj)) foo() { }      /* { dg-bogus "attribute directive ignored" } */
5
6 int j __attribute__((unrecognized));    /* { dg-bogus "attribute directive ignored" } */