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