]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/polymorphic_stack.wast.fromBinary.noDebugInfo
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / polymorphic_stack.wast.fromBinary.noDebugInfo
1 (module
2 (type $0 (func (param i32) (result i32)))
3 (type $1 (func (result i32)))
4 (type $2 (func (param i32)))
5 (type $3 (func))
6 (import "env" "table" (table 9 9 anyfunc))
7 (memory $0 0)
8 (func $0 (; 0 ;) (type $1) (result i32)
9 (block $label$1 (result i32)
10 (unreachable)
11 )
12 )
13 (func $1 (; 1 ;) (type $0) (param $var$0 i32) (result i32)
14 (unreachable)
15 )
16 (func $2 (; 2 ;) (type $2) (param $var$0 i32)
17 (local $var$1 f32)
18 (unreachable)
19 )
20 (func $3 (; 3 ;) (type $3)
21 (local $var$0 f32)
22 (if
23 (i32.const 259)
24 (unreachable)
25 )
26 )
27 (func $4 (; 4 ;) (type $3)
28 (unreachable)
29 )
30 (func $5 (; 5 ;) (type $1) (result i32)
31 (block $label$1 (result i32)
32 (block $label$2
33 (drop
34 (i32.const 0)
35 )
36 (unreachable)
37 )
38 (unreachable)
39 )
40 )
41 (func $6 (; 6 ;) (type $0) (param $var$0 i32) (result i32)
42 (if
43 (get_local $var$0)
44 (return
45 (i32.const 127)
46 )
47 )
48 (block $label$2 (result i32)
49 (drop
50 (i32.const 0)
51 )
52 (return
53 (i32.const -32)
54 )
55 )
56 )
57 (func $7 (; 7 ;) (type $1) (result i32)
58 (block $label$1 (result i32)
59 (block $label$2 (result i32)
60 (unreachable)
61 )
62 )
63 )
64 (func $8 (; 8 ;) (type $1) (result i32)
65 (block $label$1 (result i32)
66 (block $label$2
67 (if
68 (i32.const 0)
69 (unreachable)
70 (unreachable)
71 )
72 )
73 (unreachable)
74 )
75 )
76 )
77