[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git] / mlir / test / Pass / interface-pass.mlir
blobd02e8937f43aae59368f43e94e87b94a534a0617
1 // RUN: mlir-opt %s -verify-diagnostics -pass-pipeline='builtin.module(func.func(test-interface-pass))' -o /dev/null
3 // Test that we run the interface pass on the function.
5 // expected-remark@below {{Executing interface pass on operation}}
6 func.func @main() {
7   return