blob: 529344ec9725cbc84889f658adcc1e64e73f7457 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func i64.const 18446744073709551616))
(;; STDERR ;;;
out/test/parse/expr/bad-const-i64-overflow.txt:3:25: error: invalid literal "18446744073709551616"
(module (func i64.const 18446744073709551616))
^^^^^^^^^^^^^^^^^^^^
;;; STDERR ;;)
|