summaryrefslogtreecommitdiff
path: root/test/binary/bad-table-limits-flag-is64.txt
blob: 52e61d1dc43a6b374e9c849b1e8fa86440909239 (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[4]
}
(;; STDERR ;;;
000000d: error: tables may not be 64-bit
000000d: error: tables may not be 64-bit
;;; STDERR ;;)