Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
binary
/
bad-data-count-order-before-elem.txt
blob: 96d65fe4ee1e13b39fbe70c233c3c8d5dd5bb80e [
file
]
;;; TOOL: run-gen-wasm-bad
magic
version
section(DATACOUNT) { count[0] }
section(ELEM) { count[0] }
(;; STDERR ;;;
000000d: error: section Elem out of order
000000d: error: section Elem out of order
;;; STDERR ;;)