summaryrefslogtreecommitdiff
path: root/test/regress/regress-12.txt
blob: f49d1d95cc20b923f41d797adba5c3e75fd499f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (func)
)

(func))
(;; STDERR ;;;
out/test/regress/regress-12.txt:7:1: error: unexpected token (, expected EOF.
(func))
^
;;; STDERR ;;)