android_mt6572_jiabo/external/clang/test/Frontend/plugins.c
2025-09-05 16:56:03 +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();