;;; TOOL: run-gen-wasm-bad
magic
version
section(MEMORY) {
  count[1]
  has_max[0]
  initial[0]
}
section(DATA) {
  count[1]
  memory_index[1]
  offset[i32.const 0 end]
  data[str("")]
}
(;; STDERR ;;;
0000011: error: invalid memory index 1: bulk memory not allowed
0000011: error: invalid memory index 1: bulk memory not allowed
;;; STDERR ;;)
