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