Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
UnscopedVariableInDoWhile.sksl
blob: fa169e7c78fd366fb8f09dd68290f86faee8a338 [
file
] [
log
] [
blame
]
void
main
()
{
do
int
foo
=
1
,
bar
=
foo
;
while
(
false
);
}
/*%%*
variable 'foo' must be created in a scope
*%%*/