summaryrefslogtreecommitdiff
path: root/test/binary/bad-tag-after-global.txt
blob: bcb6a3a9d392ecf721cb37a972ba7c21e4a40323 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; TOOL: run-gen-wasm-bad
;;; ARGS1: --enable-exceptions
;;; ARGS2: --enable-exceptions
magic
version
section(GLOBAL) { count[0] }
section(TAG) { count[0] }
(;; STDERR ;;;
000000d: error: section Tag out of order
000000d: error: section Tag out of order
;;; STDERR ;;)