blob: 0a0b7fa970e9eab129243549a67809444f822809 [file] [log] [blame]
/* PR c/54355 */
/* { dg-do compile } */
void
foo (int i)
{
switch (i)
{
case 0: T x > /* { dg-error "(label|unknown type|expected)" } */
}
} /* { dg-error "expected" } */