xref: /llvm-project/clang/test/Index/complete-and-plugins.c (revision 270ef5b85c9c0898ef76fee3e4ba5e3e5cb46c29)
1 // RUN: c-index-test -code-completion-at=%s:7:1 -load %llvmshlibdir/PrintFunctionNames%pluginext -add-plugin print-fns %s | FileCheck %s
2 // REQUIRES: plugins, examples
3 // CHECK: macro definition:{{.*}}
4 // CHECK-NOT: top-level-decl: "x"
5 
6 void x();
7