| 1 | int foo = 10; |
|---|---|
| 2 | // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s |
| 3 | // CC1-NOT: foo |
| 4 |
| 1 | int foo = 10; |
|---|---|
| 2 | // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s |
| 3 | // CC1-NOT: foo |
| 4 |