summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/attributes-2.c
blob: 47b2c7b3ca85350c1bf395aae4d099ccc6fb8456 (plain)
1
2
3
/* { dg-do compile } */

void g() __attribute__((aligned(bar))); /* { dg-error "undeclared here|not declared" } */