Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
binary
/
bad-data-count-order-after-code.txt
blob: f9da4dabf59e64afbc0b552eef6a4b14751366d7 [
file
] [
edit
]
;;; TOOL: run-gen-wasm-bad
magic
version
section(CODE) { count[0] }
section(DATACOUNT) { count[0] }
(;; STDERR ;;;
000000d: error: section DataCount out of order
000000d: error: section DataCount out of order
;;; STDERR ;;)