summaryrefslogtreecommitdiff
path: root/test/segment-overlap.wast.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/segment-overlap.wast.fromBinary')
-rw-r--r--test/segment-overlap.wast.fromBinary6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/segment-overlap.wast.fromBinary b/test/segment-overlap.wast.fromBinary
new file mode 100644
index 000000000..33c8fffca
--- /dev/null
+++ b/test/segment-overlap.wast.fromBinary
@@ -0,0 +1,6 @@
+(module
+ (memory $0 10)
+ (data (i32.const 100) "\ff\ff\ff\ff\ff\ff\ff\ff")
+ (data (i32.const 104) "\00\00\00\00")
+)
+