Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
workarounds
/
LoopConditionStandaloneSettings.glsl
blob: f6acda5f21bac0530052f8446fcc17e1571340d9 [
file
] [
log
] [
blame
]
void
main
()
{
int
c
=
0
;
for
(
int
i
=
0
;
i
<
4
||
c
<
10
;
++
i
)
{
c
+=
1
;
}
}