;;; TOOL: run-gen-wasm-interp
;;; ARGS1: --disable-bulk-memory
;;; 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 initializing module: out of bounds memory access: data segment is out of bounds: [0, 8) >= max value 0
;;; STDERR ;;)
