brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · 11f8bd6 Raw
5 lines · cpp
1int foo = 10;2f3// RUN: %clang_cc1 -fincremental-extensions -fsyntax-only -code-completion-at=%s:%(line-1):1 %s | FileCheck %s4// CHECK: COMPLETION: foo : [#int#]foo5