;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
(module
  (tag $e1)
  (func
    try
    catch $e1
      rethrow 0
    end))
