Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Frontend / plugins.c
blob8117f72fa7ad2bf41238bfa3af4da3e4d46593c5
1 // RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s
2 // REQUIRES: plugins, examples
4 // CHECK: top-level-decl: "x"
5 void x();