summaryrefslogtreecommitdiff
path: root/test/binary/bad-elem-flags.txt
blob: 7d4635402f32159838c261fe1bd79b90969688d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
;;; TOOL: run-gen-wasm-bad
magic
version
section(TABLE) {
  count[1]
  funcref
  has_max[0]
  initial[0]
}
section(ELEM) {
  count[1]
  flags[8]
}
(;; STDERR ;;;
0000012: error: invalid elem segment flags: 0x8
0000012: error: invalid elem segment flags: 0x8
;;; STDERR ;;)