summaryrefslogtreecommitdiff
path: root/test/binary/bad-data-count-order-after-code.txt
blob: 6af64f24942cfdedadbbf67d8dcd09fc579e16b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: run-gen-wasm-bad
;;; ARGS1: --enable-bulk-memory
;;; ARGS2: --enable-bulk-memory
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 ;;)