Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
UnscopedVariableInWhile.sksl
blob: 07da96781abc149a34631de45e274a3c1b8f4152 [
file
] [
log
] [
blame
]
void
main
()
{
while
(
false
)
bool
b
;
}