diff options
Diffstat (limited to 'test/heap-types.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/heap-types.wast.fromBinary.noDebugInfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/heap-types.wast.fromBinary.noDebugInfo b/test/heap-types.wast.fromBinary.noDebugInfo index 5febb58a3..2852b8bea 100644 --- a/test/heap-types.wast.fromBinary.noDebugInfo +++ b/test/heap-types.wast.fromBinary.noDebugInfo @@ -220,6 +220,11 @@ ) (func $6 (param $0 anyref) (drop + (ref.as_non_null + (local.get $0) + ) + ) + (drop (ref.as_func (local.get $0) ) |