;;; ERROR: 1
;;; TOOL: run-gen-wasm
magic
version
section(TYPE) { count[1] function params[0] results[0] }
section(FUNCTION) { count[1] type[0] }
section("name") {
  subsection[1]
  length[5]
  func_count[1]
  index[0]
  str("F0")
}
section(CODE) {
  count[1]
  func { locals[0] }
}
(;; STDERR ;;;
Error running "wasm-validate":
0000022: error: Code section can not occur after Name section

Error running "wasm2wat":
0000022: error: Code section can not occur after Name section

;;; STDERR ;;)
