Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/gc
/
.
/
test
/
parse
/
expr
/
bad-store-align.txt
blob: 036286defc920d5a9784123f7407a59328bf751d [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
i32.const 0
i32.const 0
i32.store align=foo))
(;; STDERR ;;;
out/test/parse/expr/bad-store-align.txt:6:21: error: unexpected token align=foo, expected ).
i32.store align=foo))
^^^^^^^^^
;;; STDERR ;;)