]> git.proxmox.com Git - rustc.git/blame - src/binaryen/test/passes/remove-imports.txt
New upstream version 1.25.0+dfsg1
[rustc.git] / src / binaryen / test / passes / remove-imports.txt
CommitLineData
abe05a73
XL
1(module
2 (type $FUNCSIG$v (func))
3 (type $FUNCSIG$i (func (result i32)))
4 (type $FUNCSIG$d (func (result f64)))
5 (import "env" "memBase" (global $import$global0 i32))
6 (memory $0 1024 1024)
7 (func $nada (; 0 ;) (type $FUNCSIG$v)
8 (nop)
9 (drop
10 (i32.const 0)
11 )
12 (drop
13 (f64.const 0)
14 )
15 )
16)