summaryrefslogtreecommitdiff
path: root/test/parse/expr/globalget-named.txt
blob: cabbbf33c15e98afe5cd9138a7b1b3fc09d5781f (plain)
1
2
3
4
5
;;; TOOL: wat2wasm
(module
  (global $g i32 (i32.const 1))
  (func (result i32)
    global.get $g))