;;; 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 ;;)
