blob: f8575c8cef5c06a3b1c17453f2a1a956b9d45a1f [file] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --enable-exceptions
;;; ERROR: 1
(module
(func (try (do) (foo)))
(;; STDERR ;;;
out/test/parse/expr/bad-try-clause.txt:5:20: error: unexpected token "foo", expected catch, catch_all or delegate.
(func (try (do) (foo)))
^^^
;;; STDERR ;;)