Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
SpuriousFloat.sksl
blob: 488ec76b37208c6658ada12225bccbb1b8a0aa66 [
file
] [
log
] [
blame
]
void
main
()
{
float
x
;
x
=
1.5
2.5
;
}
/*%%*
expected ';', but found '2.5'
*%%*/