summaryrefslogtreecommitdiff
path: root/test/segment-overlap.wast
blob: dce86fd882fd6a5a82a8f1aaf7904880406b8aec (plain)
1
2
3
4
5
6
(module
 (memory $0 10)
 (data (i32.const 100) "\ff\ff\ff\ff\ff\ff\ff\ff") ;; overlaps with the next
 (data (i32.const 104) "\00\00\00\00")
)