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