Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
bad-brtable-no-vars.txt
blob: 5ed139e9000bfa2278d67c69d4f078674b337a38 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func br_table))
(;; STDERR ;;;
out/test/parse/expr/bad-brtable-no-vars.txt:3:23: error: unexpected token ")", expected a var (e.g. 12 or $foo).
(module (func br_table))
^
;;; STDERR ;;)