blob: 70cbf8492caa52c5139f3f92164b6d9a28d9e89c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
i32.const 0
i32.const 0
i32.store8 offset=-1))
(;; STDERR ;;;
out/test/parse/expr/bad-store-offset-negative.txt:6:22: error: unexpected token offset=-1, expected ).
i32.store8 offset=-1))
^^^^^^^^^
;;; STDERR ;;)
|