summaryrefslogtreecommitdiff
path: root/test/empty_4GB.fromasm.imprecise.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/empty_4GB.fromasm.imprecise.no-opts')
-rw-r--r--test/empty_4GB.fromasm.imprecise.no-opts6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/empty_4GB.fromasm.imprecise.no-opts b/test/empty_4GB.fromasm.imprecise.no-opts
new file mode 100644
index 000000000..7f68f6564
--- /dev/null
+++ b/test/empty_4GB.fromasm.imprecise.no-opts
@@ -0,0 +1,6 @@
+(module
+ (import "env" "memory" (memory $memory 256 65536))
+ (import "env" "table" (table 0 0 anyfunc))
+ (import "env" "memoryBase" (global $memoryBase i32))
+ (import "env" "tableBase" (global $tableBase i32))
+)