;;; TOOL: wat2wasm
;;; ARGS: --enable-multi-value
(module
  (func (result i32 i32)
    i32.const 0
    i32.const 1))
