;;; TOOL: wat2wasm
;;; ARGS: --enable-mutable-globals
(module (global (export "g") (mut f32) (f32.const 1.5)))
