;;; TOOL: run-gen-wasm-interp
;;; ERROR: 1
magic
version
section(MEMORY) {
  count[1]
  has_max[0]
  initial[0]
}
section(DATA) {
  count[1]
  memory_index[0]
  offset[i32.const 0 end]
  data[str("overflow")]
}
(;; STDERR ;;;
error: data segment is out of bounds: [0, 8) >= max value 0
000001d: error: OnDataSegmentData callback failed
;;; STDERR ;;)
