1// RUN: mlir-opt %s
2// RUN: not mlir-opt %s -test-mlir-reducer -pass-test function-reducer
3
4func @test() {
5  "test.crashOp"() : () -> ()
6  return
7}
8