blob: 93a6b76efcc3bb3c2fb6c49c6fc7d46096ab9004 [file] [edit]
;;; TOOL: wat2wasm
;;; ARGS: --disable-reference-types --disable-bulk-memory
;;; ERROR: 1
(module
(table 1 funcref)
(func)
(elem 0))
(;; STDERR ;;;
out/test/parse/module/bad-table-no-offset.txt:7:10: error: unexpected token ")", expected an offset expr (e.g. (i32.const 123)).
(elem 0))
^
;;; STDERR ;;)