Sign in
skia
/
skia
/
b3aadd56d187b0f037ca99f981024feda7bdab69
/
.
/
resources
/
sksl
/
errors
/
UnscopedVariableInIf.rts
blob: 86c964b1fe5d7985735fbe70b097741c9fedff0a [
file
] [
log
] [
blame
]
void
func
()
{
if
(
true
)
half4 x
;
}
/*%%*
variable 'x' must be created in a scope
*%%*/