summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-const-i32-overflow.txt
blob: 0893681018b8a2ec792b0935eb3073a71f5a8cdc (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func i32.const 4294967296))
(;; STDERR ;;;
out/test/parse/expr/bad-const-i32-overflow.txt:3:25: error: invalid literal "4294967296"
(module (func i32.const 4294967296))
                        ^^^^^^^^^^
;;; STDERR ;;)