bolt/deps/llvm-18.1.8/clang/test/Frontend/plugins.c
2025-02-14 19:21:04 +01: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();