aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/plugins.c
blob: 8117f72fa7ad2bf41238bfa3af4da3e4d46593c5 (plain)
1
2
3
4
5
// 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();