Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
module
/
bad-memory-segment-address.txt
blob: b170260f28501269ad42fa48329a4b670ba87025 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(memory 100)
(data foo))
(;; STDERR ;;;
out/test/parse/module/bad-memory-segment-address.txt:5:9: error: unexpected token foo, expected ).
(data foo))
^^^
;;; STDERR ;;)