You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
ba7d0fe280
It doesn't work, at least, i686-win32. llvm-svn: 260537
6 lines
181 B
C
6 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();
|