8 lines
148 B
MLIR
8 lines
148 B
MLIR
// RUN: mlir-opt %s
|
|
// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer
|
|
|
|
func @test() {
|
|
"test.crashOp"() : () -> ()
|
|
return
|
|
}
|