blob: 9a9438c28d31f2a9a2898c9cb379ecabecde8439 [file] [log] [blame]
Kadir Cetinkaya6d572662018-10-23 13:49:37 +00001void f() {
2 auto foo = bar;
3 switch(foo) {
4 case x:
5 break;
6 }
7}
8
9// RUN: not %clang_cc1 -fsyntax-only -code-completion-at=%s:4:10 %s | FileCheck %s -allow-empty
10// CHECK-NOT: COMPLETION: foo