Sign in
llvm
/
clang
/
e43eb432de21ed58e59e9fa7514750b901396916
/
.
/
test
/
Index
/
complete-switch.c
blob: 9a9438c28d31f2a9a2898c9cb379ecabecde8439 [
file
] [
log
] [
blame
]
void
f
()
{
auto
foo
=
bar
;
switch
(
foo
)
{
case
x
:
break
;
}
}
// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:4:10 %s | FileCheck %s -allow-empty
// CHECK-NOT: COMPLETION: foo