diff options
Diffstat (limited to 'test/print/memory-notshared.wast')
-rw-r--r-- | test/print/memory-notshared.wast | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/print/memory-notshared.wast b/test/print/memory-notshared.wast new file mode 100644 index 000000000..4a7b8449a --- /dev/null +++ b/test/print/memory-notshared.wast @@ -0,0 +1,3 @@ +(module + (memory $0 23 256 notshared) +) |