blob: 2c1213a87702f5c4330b22235e9d01ae22be50ad [file] [log] [blame]
// RUN: mlir-opt %s
// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer
func.func @test() {
"test.op_crash"() : () -> ()
return
}