Ivan Donchevskii | 270ef5b | 2018-05-17 09:21:07 +0000 | [diff] [blame] | 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(); |