;;; TOOL: wat2wasm
(module
  (global $g i32 (i32.const 1))
  (func (result i32)
    global.get $g))
