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