bolt/deps/llvm-18.1.8/clang/test/Index/complete-switch.c
2025-02-14 19:21:04 +01:00

10 lines
221 B
C

void f() {
auto foo = bar;
switch(foo) {
case x:
break;
}
}
// RUN: not %clang_cc1 -fsyntax-only -fno-recovery-ast -code-completion-at=%s:4:10 %s | FileCheck %s -allow-empty
// CHECK-NOT: COMPLETION: foo