block_result_br.wat (125B)
1 (module (func (export "test_main") (result i32) 2 (block $b (result i32) 3 (i32.const 77) 4 (br $b) 5 (i32.const 1))))