blob: 0592aaa9ef30d547f1d43fc3bffc94fd4785dddf [file] [log] [blame]
Ivan Donchevskii270ef5b2018-05-17 09:21:07 +00001// 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();