Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
func
/
bad-param.txt
blob: 7f871d4968aacbf5d5f7793fd6a1cd90c468e20e [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (func (param foo)))
(;; STDERR ;;;
out/test/parse/func/bad-param.txt:2:22: unexpected token "foo"
(module (func (param foo)))
^^^
;;; STDERR ;;)