(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
attributes-2.c
       1  /* { dg-do compile } */
       2  
       3  void g() __attribute__((aligned(bar))); /* { dg-error "undeclared here|not declared" } */