[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeCompletion / self-inits.cpp
blob1843755f1aecf0279f76bffdde5a8d8cd2e48ac3
1 int foo = 10;
2 // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:%(line-1):11 %s -o - | FileCheck --check-prefix=CC1 %s
3 // CC1-NOT: foo