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