;;; TOOL: wat2wasm
(module
  (func
    (local i32)
    i32.const 0
    tee_local 0
    drop))
