allwinner_a64/android/external/clang/test/Frontend/plugins.c
2018-08-08 16:14:42 +08:00

5 lines
181 B
C

// RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s
// REQUIRES: plugins, examples
// CHECK: top-level-decl: "x"
void x();