blob: cbbe0b375a0009a83cb255d64a4ef0594f179e6d [file] [edit]
(module
(type $none_=>_none (func))
(memory $0 i64 1 1)
(func $test
(drop
(i32.load align=1
(i64.const 4)
)
)
(drop
(i32.load align=1
(i64.const 8)
)
)
(drop
(i32.load align=1
(i64.const 12)
)
)
(i32.store align=1
(i64.const 16)
(i32.const 28)
)
(i32.store align=1
(i64.const 20)
(i32.const 32)
)
(i32.store align=1
(i64.const 24)
(i32.const 36)
)
)
)