;;; TOOL: wat2wasm
(module 
  (func (param $n i32) 
    i32.const 0
    local.set $n))
