1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -load %llvmshlibdir/PrintFunctionNames%pluginext -plugin print-fns %s 2>&1 | FileCheck %s 2*0a6a1f1dSLionel Sambuc // REQUIRES: plugins, examples 3*0a6a1f1dSLionel Sambuc 4*0a6a1f1dSLionel Sambuc // CHECK: top-level-decl: "x" 5*0a6a1f1dSLionel Sambuc void x(); 6