brintos

brintos / llvm-project-archived public Read only

0
0
Text · 181 B · 8117f72 Raw
6 lines · c
1// RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s2// REQUIRES: plugins, examples3 4// CHECK: top-level-decl: "x"5void x();6