Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-mainline-wifi-release
/
.
/
clang
/
test
/
CodeCompletion
/
self-inits.cpp
blob: a64209534ae6f68cf6abe335a41a4eff74a9d4a7 [
file
] [
log
] [
blame
] [
edit
]
int
foo
=
10
;
// RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:1:11 %s -o - | FileCheck --check-prefix=CC1 %s
// CC1-NOT: foo