diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary')
-rw-r--r-- | test/heap-types.wast.fromBinary | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/heap-types.wast.fromBinary b/test/heap-types.wast.fromBinary index 62590b5f7..90e129511 100644 --- a/test/heap-types.wast.fromBinary +++ b/test/heap-types.wast.fromBinary @@ -52,6 +52,11 @@ ) ) (drop + (struct.get $struct.A $named + (ref.null $struct.A) + ) + ) + (drop (struct.get_u $struct.B 0 (local.get $tB) ) |