blob: 182029814beb9dac56082a5f49afda0ac4459290 [file] [log] [blame]
// RUN: %clang_cc1 -load %llvmshlibdir/LLVMPrintFunctionNames%pluginext -S -o /dev/null -emit-llvm %s 2>&1 | FileCheck %s
// REQUIRES: plugins, examples
// CHECK: [PrintPass] Found function: x
int x(int y){ return y; }