PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr54355.c
blob0a0b7fa970e9eab129243549a67809444f822809
1 /* PR c/54355 */
2 /* { dg-do compile } */
4 void
5 foo (int i)
7 switch (i)
9 case 0: T x > /* { dg-error "(label|unknown type|expected)" } */
11 } /* { dg-error "expected" } */