Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
OverflowFloatLiteral.rts
blob: 2d4571f4d44fe6affeca9a16a0b69245ff1e541f [
file
] [
log
] [
blame
]
void
func
()
{
float
x
=
3.41e+38
;
}
/*%%*
floating-point value is too large:
*%%*/