Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
func
/
bad-param-binding.txt
blob: 30987aa2162de5a0ef339557f1ad56740321b8c6 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (func (param $bar $baz)))
(;; STDERR ;;;
out/test/parse/func/bad-param-binding.txt:2:27: syntax error, unexpected VAR, expecting VALUE_TYPE
(module (func (param $bar $baz)))
^^^^
;;; STDERR ;;)