aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/c-c++-common/pr59280.c
blob: 779f0fb858fcf5f9a6f6dcdabef250a338f2a20c (plain)
1
2
3
4
/* PR c/59280 */
/* { dg-do compile } */

void bar (char *) __attribute__((constructor(foo))); /* { dg-error "constructor priorities must be integers|was not declared|constructor priorities are not supported" } */