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