Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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