4 lines
133 B
C++
4 lines
133 B
C++
|
int foo = 10;
|
||
|
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s
|
||
|
// CC1-NOT: foo
|