(module
  (func $func1 (export "func")
    (drop
      (i32.const 1)
    )
  )
)