Sign in
skia
/
skia
/
f4467ff38f1f0495307b3fe8cf4a3f564c33f7f3
/
.
/
tests
/
sksl
/
errors
/
UnscopedVariableInFor.glsl
blob: 852499af923b3c77318b79232ec25c657b34e637 [
file
]
### Compilation failed:
error
:
2
:
variable
's'
must be created
in
a scope
for
(
int
x
=
0
;
x
<
10
;
++
x
)
float
s
=
sqrt
(
4
);
^^^^^^^^^^^^^^^^^
1
error