(root)/
gcc-13.2.0/
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" } */