;;; TOOL: wat2wasm
(module
  (func (result i32)
    i32.const 1
    return
    i32.const 2
    i32.add))
