aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend/llvmplugins.c
blob: 2a0a4426acdba7e7164dbd703c28c0588a844f69 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -load %llvmshlibdir/LLVMPrintFunctionNames%pluginext -o /dev/null -emit-llvm %s 2>&1 | FileCheck %s
// REQUIRES: plugins, examples

// CHECK: [PrintPass] Found function: x 
int x(int y){ return y; }