]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr54355.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr54355.c
1 /* PR c/54355 */
2 /* { dg-do compile } */
3
4 void
5 foo (int i)
6 {
7 switch (i)
8 {
9 case 0: T x > /* { dg-error "(label|unknown type|expected)" } */
10 }
11 } /* { dg-error "expected" } */