aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/OverflowInt64Literal.rts
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sksl/errors/OverflowInt64Literal.rts')
-rw-r--r--resources/sksl/errors/OverflowInt64Literal.rts5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/sksl/errors/OverflowInt64Literal.rts b/resources/sksl/errors/OverflowInt64Literal.rts
new file mode 100644
index 0000000000..d6a695b176
--- /dev/null
+++ b/resources/sksl/errors/OverflowInt64Literal.rts
@@ -0,0 +1,5 @@
+const int not_five = 18446744073709551621; // actually 0x10000000000000005
+
+/*%%*
+integer is too large: 18446744073709551621
+*%%*/