block_result_arity.wat (104B)
1 (module (func (export "test_main") (result i32) 2 (block (result i32 i32) 3 (i32.const 2)) 4 (drop)))