Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
module
/
bad-table-elem.txt
blob: b86a16da81fbfc9a9c2d1de17b6a709ebf2e1daf [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(table funcref (elem garbage)))
(;; STDERR ;;;
out/test/parse/module/bad-table-elem.txt:4:24: error: unexpected token garbage, expected ).
(table funcref (elem garbage)))
^^^^^^^
;;; STDERR ;;)