Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
UnscopedVariableInFor.glsl
blob: 852499af923b3c77318b79232ec25c657b34e637 [
file
] [
log
] [
blame
]
### 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