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