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