bolt/deps/llvm-18.1.8/clang/test/CodeCompletion/incremental-top-level.cpp

5 lines
166 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
int foo = 10;
f
// RUN: %clang_cc1 -fincremental-extensions -fsyntax-only -code-completion-at=%s:%(line-1):1 %s | FileCheck %s
// CHECK: COMPLETION: foo : [#int#]foo