summaryrefslogtreecommitdiff
path: root/test/regress/regress-2110.txt
blob: 11b1187c28aa3f28dc12505f772b756a30e2f9de (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (tag $e0 (param i32))
)

(;; STDERR ;;;
out/test/regress/regress-2110.txt:4:3: error: tag not allowed
  (tag $e0 (param i32))
  ^
;;; STDERR ;;)