diff options
Diffstat (limited to 'test/exception-handling.wast.fromBinary')
-rw-r--r-- | test/exception-handling.wast.fromBinary | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary index afb9da9ac..851ec0eb4 100644 --- a/test/exception-handling.wast.fromBinary +++ b/test/exception-handling.wast.fromBinary @@ -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 $foo (nop) ) @@ -257,6 +258,14 @@ ) (delegate 0) ) + (try $label$28 + (do + (nop) + ) + (catch $event$3 + (nop) + ) + ) ) (func $rethrow-test (try $label$3 |