summaryrefslogtreecommitdiff
path: root/test/binary/bad-duplicate-section-around-custom.txt
blob: 97dd48d8b06f183e534e4a8ce0cb976299bec0b1 (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: run-gen-wasm-bad
magic
version
section(TYPE) { count[0] }
section("foo") { 1 2 3 4 }
section(TYPE) { count[0] }
(;; STDERR ;;;
0000017: error: section Type out of order
0000017: error: section Type out of order
;;; STDERR ;;)