Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / complete-and-plugins.c
blob0592aaa9ef30d547f1d43fc3bffc94fd4785dddf
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"
6 void x();