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" } */
5