Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
module
/
bad-import-func-one-string.txt
blob: 61bae648291d9b84c9fe6e741f3704ca80749a09 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (import "foo" (param i32)))
(;; STDERR ;;;
out/test/parse/module/bad-import-func-one-string.txt:2:23: syntax error, unexpected (, expecting TEXT
(module (import "foo" (param i32)))
^
;;; STDERR ;;)