(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
pr59280.c
       1  /* PR c/59280 */
       2  /* { dg-do compile } */
       3  
       4  void bar (char *) __attribute__((constructor(foo))); /* { dg-error "constructor priorities must be integers|was not declared|undeclared|constructor priorities are not supported" } */