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}} } }