]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/passes/flatten_rereloop.wast
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / passes / flatten_rereloop.wast
1 (module
2 (func $0 (result f64)
3 (if
4 (i32.const 0)
5 (loop $label$2
6 (unreachable)
7 )
8 )
9 (f64.const -nan:0xfffffd63e4e5a)
10 )
11 )
12 (module
13 (func $0 (result i32)
14 (block $label$8
15 (block $label$9
16 (block $label$16
17 (block $label$18
18 (block $label$19
19 (br_table $label$18 $label$16 $label$19
20 (i32.const 0)
21 )
22 )
23 (br_table $label$9 $label$8
24 (i32.const 1)
25 )
26 )
27 (unreachable)
28 )
29 (unreachable)
30 )
31 (unreachable)
32 )
33 (i32.const 2)
34 )
35 )
36