brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 0592aaa Raw
7 lines · c
1// RUN: c-index-test -code-completion-at=%s:7:1 -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %s | FileCheck %s2// REQUIRES: plugins, examples3// CHECK: macro definition:{{.*}}4// CHECK-NOT: top-level-decl: "x"5 6void x();7