| ;;; 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 ;;) |