Sign in
skia
/
skia
/
84895364183b2c633bea69c72ae5ece1065d3ed3
/
.
/
tests
/
sksl
/
errors
/
ForLoopNEQOverflow.glsl
blob: 9043f97ded196df926d5769f06b3b88885759505 [
file
]
### Compilation failed:
error
:
3
:
loop must guarantee termination
in
fewer iterations
for
(
int
i
=
2000000000
;
i
!=
-
2000000000
;
i
+=
1000000000
)
{
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
1
error