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