DEBSOURCES
Skip Quicknav
sources / binaryen / 108-1 / test / reg_switch.wast.fromBinary
123456789101112131415
(module (type $0 (func)) (memory $0 0) (func $0 (if (i32.const 0) (block $label$2 (br_table $label$2 (i32.const 0) ) ) ) ) )