;;; TOOL: wat2wasm
(module
  (global i32 (i32.const 0))
  (global (mut f32) (f32.const 0))
  (export "global0" (global 0)))
