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