summaryrefslogtreecommitdiff
path: root/test/binary/bad-table-limits-flag.txt
blob: 3c4b48375810c561310bd68bd2dd08dff3687cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;; TOOL: run-gen-wasm-bad
magic
version
section(TABLE) {
  count[1]
  funcref
  flags[8]
}
(;; STDERR ;;;
000000d: error: malformed table limits flag: 8
000000d: error: malformed table limits flag: 8
;;; STDERR ;;)