Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
UnscopedVariableInElse.sksl
blob: 5f1a42af838bebd56a5b75ee565fce41d08847fc [
file
] [
log
] [
blame
]
void
main
()
{
if
(
true
)
;
else
half4 color
=
sk_FragColor
;
}