DEBSOURCES
Skip Quicknav
sources / binaryen / 68-1 / test / reg_switch.wast
1234567891011121314
(module (type $0 (func)) (memory $0 0) (func $0 (type $0) (if (i32.const 0) (block $A (br_table $A (i32.const 0) ) ) ) ) )