Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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