Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
cb15b7cf77a646e15890ac7dd9c91de29f2ed96a
/
.
/
resources
/
sksl
/
errors
/
SpuriousFloat.sksl
blob: 560161295c16df7994c4081ab34b04ee8cdcaeb6 [
file
] [
log
] [
blame
]
John Stiles
6798e5d
2020-09-17 18:20:26 -0400
[
diff
] [
blame
]
1
void
main
()
{
2
float
x
;
3
x
=
1.5
2.5
;
4
}