Sign in
skia
/
skia
/
8fdce7ab9a5f3fd707b9993b1905601f35323b47
/
.
/
resources
/
sksl
/
errors
/
SpuriousFloat.rts
blob: 625cbbc772dabd9cdb45413088834ebb65176afc [
file
] [
log
] [
blame
]
void
func
()
{
float
x
;
x
=
1.5
2.5
;
}
/*%%*
expected ';', but found '2.5'
*%%*/