1 // RUN: mlir-opt %s -split-input-file
3 func.func @test_ops_verify(%arg: i32) -> f32 {
4 %0 = "test.constant"() { value = 5.3 : f32 } : () -> f32
5 %1 = test.loop_block %arg : (i32) -> f32 {
7 test.loop_block_term iter %arg exit %0
14 func.func @test_no_terminator(%arg: index) {
15 test.switch_with_no_break %arg