Sign in
skia
/
skia
/
7e33d95f4f881f7d304ea81db39d20be4dab4416
/
.
/
resources
/
sksl
/
errors
/
SpuriousFloat.sksl
blob: 560161295c16df7994c4081ab34b04ee8cdcaeb6 [
file
] [
log
] [
blame
]
void
main
()
{
float
x
;
x
=
1.5
2.5
;
}