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