]> git.proxmox.com Git - rustc.git/blob - src/binaryen/test/reduce/memory_table.wast.txt
New upstream version 1.23.0+dfsg1
[rustc.git] / src / binaryen / test / reduce / memory_table.wast.txt
1 (module
2 (type $0 (func (result i32)))
3 (type $1 (func))
4 (table 481 481 anyfunc)
5 (elem (i32.const 0) $1 $1 $1 $3)
6 (memory $0 256 256)
7 (export "f1" (func $2))
8 (export "f2" (func $3))
9 (export "f4" (func $0))
10 (func $0 (; 0 ;) (type $0) (result i32)
11 (i32.add
12 (call_indirect (type $0)
13 (i32.const 3)
14 )
15 (call_indirect (type $0)
16 (i32.const 0)
17 )
18 )
19 )
20 (func $1 (; 1 ;) (type $0) (result i32)
21 (i32.const 1234)
22 )
23 (func $2 (; 2 ;) (type $1)
24 (nop)
25 )
26 (func $3 (; 3 ;) (type $0) (result i32)
27 (i32.store
28 (i32.const 0)
29 (i32.const 65530)
30 )
31 (i32.load
32 (i32.const 0)
33 )
34 )
35 )
36