(module (type $none_=>_none (func)) (func $a (type $none_=>_none) (if (i32.const 1) (unreachable) ) ) (func $b (type $none_=>_none) (if (i32.const 1) (unreachable) (unreachable) ) ) (func $a-block (type $none_=>_none) (if (i32.const 1) (unreachable) ) ) (func $b-block (type $none_=>_none) (if (i32.const 1) (unreachable) (unreachable) ) ) (func $a-prepost (type $none_=>_none) (nop) (if (i32.const 1) (unreachable) ) (nop) ) (func $b-prepost (type $none_=>_none) (nop) (if (i32.const 1) (unreachable) (unreachable) ) ) (func $a-block-prepost (type $none_=>_none) (nop) (if (i32.const 1) (unreachable) ) (nop) ) (func $b-block-prepost (type $none_=>_none) (nop) (if (i32.const 1) (unreachable) (unreachable) ) ) (func $recurse (type $none_=>_none) (nop) (block $label$1 (nop) (br $label$1) ) (nop) ) (func $recurse-b (type $none_=>_none) (block $label$1 (nop) (block $label$2 (nop) (br $label$1) ) ) ) )