Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
expr
/
bad-store-offset-negative.txt
blob: 0bca36c4bd90337fdf9e1518992e2e798f331564 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (func
i32.const 0
i32.const 0
i32.store8 offset=-1))
(;; STDERR ;;;
out/test/parse/expr/bad-store-offset-negative.txt:5:22: unexpected token "offset=-1"
i32.store8 offset=-1))
^^^^^^^^^
;;; STDERR ;;)