summaryrefslogtreecommitdiff
path: root/test/parse/expr/setglobal-named.txt
blob: c8e4bdf4308a1657ca6d5cd4b44e57c098136c56 (plain)
1
2
3
4
5
6
;;; TOOL: wat2wasm
(module
  (global $g (mut f32) (f32.const 1))
  (func
    f32.const 2
    set_global $g))