Sign in
skia
/
skia
/
refs/heads/main
/
.
/
tests
/
sksl
/
errors
/
ForLoopOverflow.glsl
blob: 62e3c62d294f6c11b12081486e789c5b2b9065ad [
file
] [
edit
]
### Compilation failed:
error
:
3
:
loop must guarantee termination
in
fewer iterations
for
(
int
i
=
2147483640
;
i
<
2147483647
;
i
+=
100
)
{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1
error