diff options
Diffstat (limited to 'test/gc.wast.fromBinary')
-rw-r--r-- | test/gc.wast.fromBinary | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/gc.wast.fromBinary b/test/gc.wast.fromBinary index 3e5315f2c..c68900c38 100644 --- a/test/gc.wast.fromBinary +++ b/test/gc.wast.fromBinary @@ -16,6 +16,7 @@ (local $local_i32 i32) (local $local_anyref anyref) (local $local_eqref eqref) + (local $local_dataref (ref null data)) (local $local_i31ref (ref null i31)) (local.set $local_anyref (local.get $local_anyref) @@ -149,6 +150,8 @@ ) ) (func $test-variants + (local $local_datarefnull (ref null data)) + (local $local_datarefnonnull (ref null data)) (local $local_i31refnull (ref null i31)) (local $local_i31refnonnull (ref null i31)) (nop) |