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