[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / Dialect / LLVMIR / request-c-wrappers.mlir
blobefc0a797220b7baae60e28304b40913644ad0be2
1 // RUN: mlir-opt %s -llvm-request-c-wrappers | FileCheck %s
3 // CHECK: func.func private @foo() attributes {llvm.emit_c_interface}
4 func.func private @foo()
6 // CHECK: func.func @bar() attributes {llvm.emit_c_interface}
7 func.func @bar() {
8   return