llvm-for-llvmta/tools/clang/test/CodeCompletion/self-inits.cpp

4 lines
133 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
int foo = 10;
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s
// CC1-NOT: foo