Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
UnscopedVariableInDoWhile.glsl
blob: 8c39fb4c967fe8c7caf5929ff852700b71d45fdd [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
3
:
variable
'foo'
must be created
in
a scope
int
foo
=
1
,
bar
=
foo
;
^^^^^^^^^^^
1
error