summaryrefslogtreecommitdiff
path: root/test/binary/bad-data-count-order-after-code.txt
blob: f9da4dabf59e64afbc0b552eef6a4b14751366d7 (plain)
1
2
3
4
5
6
7
8
9
;;; 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 ;;)