summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/pr59280.c
blob: 581a1cf7b594147ad112df739547ed42c0cdcd90 (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|undeclared|constructor priorities are not supported" } */