| 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 |