summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/switch.c
blob: 0c244cfcf525c0b0ed03d3275858b874df37f907 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang -parse-ast-check %s


void f (int z) { 
  while (z) { 
    default: z--;   // expected-error {{statement not in switch}}
  } 
}

OpenPOWER on IntegriCloud