Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
expr
/
bad-unexpected.txt
blob: 79aedbafcee91a65eec5e1232624345f34ffabd6 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func (module)))
(;; STDERR ;;;
out/test/parse/expr/bad-unexpected.txt:3:16: error: unexpected token "module", expected an instr.
(module (func (module)))
^^^^^^
;;; STDERR ;;)