blob: 6532a101864847d10efee13f266bee2fe5dd002d [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)
)
)
)