Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
ForTypeMismatch.rts
blob: 82ea19a41f2605f5effcfdc549263f6d0eeb2031 [
file
] [
log
] [
blame
]
void
func
()
{
for
(
int
x
=
0
;
x
;
x
++)
{}
}
/*%%*
expected 'bool', but found 'int'
*%%*/