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