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