blob: 5a3b5c18f7548453f90b7c9d7f13e53dd84be85c [file] [log] [blame] [edit]
(module
(type $none_=>_none (func))
(import "env" "global-mut" (global $gimport$0 (mut i32)))
(func $0 (type $none_=>_none)
(global.set $gimport$0
(i32.add
(global.get $gimport$0)
(i32.const 1)
)
)
)
)