brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · ffc467f Raw
5 lines · c
1// RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s2 3// CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (}4void f() { }5