]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/passes/nm.txt
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / passes / nm.txt
1 $a : 1
2 $b : 5
3 $c : 13
4 (module
5 (type $0 (func))
6 (memory $0 0)
7 (func $a (; 0 ;) (type $0)
8 (nop)
9 )
10 (func $b (; 1 ;) (type $0)
11 (drop
12 (loop $loop-in1 (result i32)
13 (nop)
14 (i32.const 1000)
15 )
16 )
17 )
18 (func $c (; 2 ;) (type $0)
19 (block $top
20 (nop)
21 (drop
22 (i32.const 1000)
23 )
24 (drop
25 (i32.add
26 (i32.add
27 (i32.const 1001)
28 (i32.const 1002)
29 )
30 (i32.add
31 (i32.const 1003)
32 (i32.const 1004)
33 )
34 )
35 )
36 (br $top)
37 )
38 )
39 )