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