diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/exception-handling.wast.fromBinary.noDebugInfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/exception-handling.wast.fromBinary.noDebugInfo b/test/exception-handling.wast.fromBinary.noDebugInfo index 19ac444fc..3ec4a690c 100644 --- a/test/exception-handling.wast.fromBinary.noDebugInfo +++ b/test/exception-handling.wast.fromBinary.noDebugInfo @@ -6,6 +6,7 @@ (event $event$0 (attr 0) (param i32)) (event $event$1 (attr 0) (param i64)) (event $event$2 (attr 0) (param i32 i64)) + (event $event$3 (attr 0) (param)) (func $0 (nop) ) @@ -257,6 +258,14 @@ ) (delegate 0) ) + (try $label$28 + (do + (nop) + ) + (catch $event$3 + (nop) + ) + ) ) (func $4 (try $label$3 |