1// RUN: mlir-opt %s2// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer3 4func.func @test() {5 "test.op_crash"() : () -> ()6 return7}8