(module
 (type $none_=>_none (func))
 (type $i32_=>_none (func (param i32)))
 (event $event$0 (attr 0) (param i32))
 (func $delegate-child
  (try $label$9
   (do
    (try $label$7
     (do
      (nop)
     )
     (catch $event$0
      (drop
       (pop i32)
      )
      (try $label$6
       (do
        (nop)
       )
       (delegate 2)
      )
     )
    )
   )
   (catch $event$0
    (drop
     (pop i32)
    )
   )
  )
 )
)
