4 lines
166 B
C++
4 lines
166 B
C++
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
|