summaryrefslogtreecommitdiff
path: root/test/passes/remove-imports.txt
blob: 9c7444b8df862f6041a0936fa0110085d2564e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(module
 (type $FUNCSIG$v (func))
 (type $FUNCSIG$i (func (result i32)))
 (type $FUNCSIG$d (func (result f64)))
 (import "env" "memBase" (global $import$global0 i32))
 (memory $0 1024 1024)
 (func $nada (; 0 ;) (type $FUNCSIG$v)
  (nop)
  (drop
   (i32.const 0)
  )
  (drop
   (f64.const 0)
  )
 )
)