Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / complete-switch.c
blob4a78854595543d8b6af810ef332d0e7081eb12ca
1 void f() {
2 auto foo = bar;
3 switch(foo) {
4 case x:
5 break;
9 // RUN: not %clang_cc1 -fsyntax-only -fno-recovery-ast -code-completion-at=%s:4:10 %s | FileCheck %s -allow-empty
10 // CHECK-NOT: COMPLETION: foo