Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
expr
/
bad-nop.txt
blob: d70fa39bcca3191569545926454af609a3ef2634 [
file
] [
edit
]
;;; ERROR: 1
(module (func
nop
foo))
(;; STDERR ;;;
out/test/parse/expr/bad-nop.txt:4:11: unexpected token "foo"
foo))
^^^
;;; STDERR ;;)