Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
DoTypeMismatch.sksl
blob: ae27a62ccf92301474fcb1507da7ecb197618b46 [
file
] [
log
] [
blame
]
void
main
()
{
do
{}
while
(
float2
(
1
));
}
/*%%*
expected 'bool', but found 'float2'
*%%*/