PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / pr59280.c
blob581a1cf7b594147ad112df739547ed42c0cdcd90
1 /* PR c/59280 */
2 /* { dg-do compile } */
4 void bar (char *) __attribute__((constructor(foo))); /* { dg-error "constructor priorities must be integers|was not declared|undeclared|constructor priorities are not supported" } */