Clang Project

clang_source_code/test/Index/complete-and-plugins.c
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
6void x();
7