;;; TOOL: run-roundtrip ;;; ARGS: --stdout --fold-exprs --enable-exceptions (module (event $e0 (param i32)) (func try catch rethrow end ) ) (;; STDOUT ;;; (module (type (;0;) (func (param i32))) (type (;1;) (func)) (func (;0;) (type 1) (try ;; label = @1 (catch (rethrow)))) (event (;0;) (type 0) (param i32))) ;;; STDOUT ;;)