(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)
  )
 )
)
