Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
UnscopedVariableInIf.sksl
blob: 912b58b5e8114f5bf1bb7b523559e7f483c0475b [
file
] [
log
] [
blame
]
void
main
()
{
if
(
true
)
half4 x
;
}