blob: f813b23cf1cd21e18d6d7406b2c11497d8218a58 [file] [edit]
;;; 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, v128 or anyref.
(module (func (param $bar $baz)))
^^^^
;;; STDERR ;;)