complete-and-plugins.c 247 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // RUN: c-index-test -code-completion-at=%s:7:1 -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %s | FileCheck %s // REQUIRES: plugins, examples // CHECK: macro definition:{{.*}} // CHECK-NOT: top-level-decl: "x" void x();