summaryrefslogtreecommitdiff
path: root/test/parse/func/bad-param-binding.txt
blob: 323ad4b2e452c4b852d0d1746655771f6eb2b042 (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func (param $bar $baz)))
(;; STDERR ;;;
out/test/parse/func/bad-param-binding.txt:3:27: error: unexpected token "$baz", expected i32, i64, f32, f64 or v128.
(module (func (param $bar $baz)))
                          ^^^^
;;; STDERR ;;)