;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
(module
  (except i32 i32)
  (export "my_except" (except 0)))
