Alp Toker | 120dd1af | 2014-01-08 11:38:47 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s |
2 | // REQUIRES: plugins, examples | ||||
3 | |||||
4 | // CHECK: top-level-decl: "x" | ||||
5 | void x(); |