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" } */