DEBSOURCES
Skip Quicknav
sources / binaryen / 99-3 / test / reg_switch.wast.from-wast
1234567891011121314
(module (type $none_=>_none (func)) (memory $0 0) (func $0 (if (i32.const 0) (block $A (br_table $A (i32.const 0) ) ) ) ) )