]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/reg_switch.wast.fromBinary
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / reg_switch.wast.fromBinary
1 (module
2 (type $0 (func))
3 (memory $0 0)
4 (func $0 (; 0 ;) (type $0)
5 (if
6 (i32.const 0)
7 (block $label$2
8 (br_table $label$2
9 (i32.const 0)
10 )
11 )
12 )
13 )
14 )
15