Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
parse
/
expr
/
bad-load-offset-negative.txt
blob: 138017c30ed9d5b53a0f0561cd5e767324250511 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
i32.const 0
i32.load8_s offset=-1))
(;; STDERR ;;;
out/test/parse/expr/bad-load-offset-negative.txt:5:23: error: unexpected token offset=-1, expected ).
i32.load8_s offset=-1))
^^^^^^^^^
;;; STDERR ;;)