plugins.c 181 B

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