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