summaryrefslogtreecommitdiff
path: root/test/heap-types.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/heap-types.wast.from-wast')
-rw-r--r--test/heap-types.wast.from-wast5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/heap-types.wast.from-wast b/test/heap-types.wast.from-wast
index d36e31ccb..5835ba7d9 100644
--- a/test/heap-types.wast.from-wast
+++ b/test/heap-types.wast.from-wast
@@ -52,6 +52,11 @@
)
)
(drop
+ (struct.get $struct.A $named
+ (ref.null $struct.A)
+ )
+ )
+ (drop
(struct.get_u $struct.B 0
(local.get $tB)
)