blob: d02e8937f43aae59368f43e94e87b94a534a0617 [file] [log] [blame]
// RUN: mlir-opt %s -verify-diagnostics -pass-pipeline='builtin.module(func.func(test-interface-pass))' -o /dev/null
// Test that we run the interface pass on the function.
// expected-remark@below {{Executing interface pass on operation}}
func.func @main() {
return
}