summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-const-i64-overflow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-const-i64-overflow.txt')
-rw-r--r--test/parse/expr/bad-const-i64-overflow.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/bad-const-i64-overflow.txt b/test/parse/expr/bad-const-i64-overflow.txt
new file mode 100644
index 00000000..8c8f9a35
--- /dev/null
+++ b/test/parse/expr/bad-const-i64-overflow.txt
@@ -0,0 +1,5 @@
+;;; ERROR: 1
+(module (func (i64.const 18446744073709551616)))
+(;; STDERR ;;;
+parse/expr/bad-const-i64-overflow.txt:2:26: invalid literal "18446744073709551616"
+;;; STDERR ;;)