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