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