Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
ForTypeMismatch.sksl
blob: 26bb7c427c2419abad1a2d995cc8dccb1fc0ffe9 [
file
] [
log
] [
blame
]
void
main
()
{
for
(
int
x
=
0
;
x
;
x
++)
{}
}