[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeCompletion / incremental-top-level.cpp
blob11f8bd6948dcfecc56d12e3ec12e426e70182d28
1 int foo = 10;
3 // RUN: %clang_cc1 -fincremental-extensions -fsyntax-only -code-completion-at=%s:%(line-1):1 %s | FileCheck %s
4 // CHECK: COMPLETION: foo : [#int#]foo