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