summaryrefslogtreecommitdiff
path: root/test/passes/safe-heap_disable-simd.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/safe-heap_disable-simd.wast')
-rw-r--r--test/passes/safe-heap_disable-simd.wast8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/passes/safe-heap_disable-simd.wast b/test/passes/safe-heap_disable-simd.wast
index 13f77a0bc..3665b6544 100644
--- a/test/passes/safe-heap_disable-simd.wast
+++ b/test/passes/safe-heap_disable-simd.wast
@@ -1,3 +1,11 @@
(module
(memory 1 1)
)
+(module
+ (memory 1 1)
+ (import "env" "DYNAMICTOP_PTR" (global $foo i32))
+)
+(module
+ (memory 1 1)
+ (import "env" "emscripten_get_sbrk_ptr" (func $foo (result i32)))
+)