blob: 89271eee38836dec62188d5aa3083c0a0632047e [file] [edit]
(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)
)
)