(module
 (type $0 (func (result i32)))
 (global $g (mut i32) (i32.const 3))
 (export "keepalive" (func $keepalive))
 (func $keepalive (type $0) (result i32)
  (global.get $g)
 )
)
