[clang-format] Fix a bug in aligning comments above PPDirective (#72791)
[llvm-project.git] / clang / test / Frontend / llvmplugins.c
blob182029814beb9dac56082a5f49afda0ac4459290
1 // RUN: %clang_cc1 -load %llvmshlibdir/LLVMPrintFunctionNames%pluginext -S -o /dev/null -emit-llvm %s 2>&1 | FileCheck %s
2 // REQUIRES: plugins, examples
4 // CHECK: [PrintPass] Found function: x
5 int x(int y){ return y; }