Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
OverflowInt64Literal.glsl
blob: eb80b5cac97d860fd64c07ce1093e5ada26a41ce [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
integer
is
too large
:
18446744073709551621
const
int
not_five
=
18446744073709551621
;
// actually 0x10000000000000005
^^^^^^^^^^^^^^^^^^^^
1
error