blob: d073a469a617e70c6ca8af35185bbd8eacee0d09 [file] [log] [blame] [edit]
(module
(type $none_=>_i32 (func (result i32)))
(import "env" "memory" (memory $0 1 1))
(func $foo (; 0 ;) (result i32)
(i32.load offset=13
(i32.const 37)
)
)
)