summaryrefslogtreecommitdiff
path: root/test/try-delegate.wasm.fromBinary
diff options
context:
space:
mode:
Diffstat (limited to 'test/try-delegate.wasm.fromBinary')
-rw-r--r--test/try-delegate.wasm.fromBinary40
1 files changed, 40 insertions, 0 deletions
diff --git a/test/try-delegate.wasm.fromBinary b/test/try-delegate.wasm.fromBinary
new file mode 100644
index 000000000..fabbfebd0
--- /dev/null
+++ b/test/try-delegate.wasm.fromBinary
@@ -0,0 +1,40 @@
+(module
+ (type $none_=>_none (func))
+ (event $event$0 (attr 0) (param))
+ (func $0
+ (try $label$6
+ (do
+ (try $label$4
+ (do
+ )
+ (delegate $label$6)
+ )
+ )
+ (catch $event$0
+ )
+ )
+ )
+ (func $1
+ (try $label$9
+ (do
+ (try $label$7
+ (do
+ )
+ (catch $event$0
+ (drop
+ (i32.const 0)
+ )
+ (try $label$6
+ (do
+ )
+ (delegate $label$9)
+ )
+ )
+ )
+ )
+ (catch $event$0
+ )
+ )
+ )
+)
+