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();
|