PR target/58115
[official-gcc.git] / gcc / testsuite / c-c++-common / pr59280.c
blob779f0fb858fcf5f9a6f6dcdabef250a338f2a20c
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|constructor priorities are not supported" } */