Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
UnscopedVariableInWhile.sksl
blob: 919bb36a2497843e332c2fae5d99504fdc63caac [
file
] [
log
] [
blame
]
void
main
()
{
while
(
false
)
bool
b
;
}
/*%%*
variable 'b' must be created in a scope
*%%*/