summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-const-v128-nat-overflow.txt
blob: 98cd2a56c40c87cd8211291b2ec6438aee6a0284 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (func v128.const i32x4 0x12345678 0x123 4294967296 0xabcd3478))
(;; STDERR ;;;
out/test/parse/expr/bad-const-v128-nat-overflow.txt:4:43: error: invalid literal "4294967296"
  (func v128.const i32x4 0x12345678 0x123 4294967296 0xabcd3478))
                                          ^^^^^^^^^^
;;; STDERR ;;)