Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
func
/
bad-param-name.txt
blob: 23ad377aad335850373eae3348816b1197a254e8 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (func (param 0 i32)))
(;; STDERR ;;;
out/test/parse/func/bad-param-name.txt:2:22: syntax error, unexpected NAT, expecting ) or VALUE_TYPE
(module (func (param 0 i32)))
^
;;; STDERR ;;)