]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr55570.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr55570.c
1 /* PR c/55570 */
2 /* { dg-do compile } */
3
4 char array[16] __attribute__((aligned (SOME_NOT_DEFINED_MACRO))); /* { dg-error "undeclared here" } */