Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
UnscopedVariableInElse.glsl
blob: 71d0ca34bd6b3ba1e6ebfd3146a983de56c4ca7b [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
2
:
variable
'x'
must be created
in
a scope
if
(
true
)
;
else
half x
=
1
;
^^^^^^^^^^
1
error