aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr54355.c
blob: 0a0b7fa970e9eab129243549a67809444f822809 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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" } */