Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
skia
/
resources
/
sksl
/
errors
/
OverflowFloatLiteral.sksl
blob: 3015135ffa428bbe1ed5ee81c4cb2f7580d6de4c [
file
] [
log
] [
blame
]
void
main
()
{
sk_FragColor
=
half4
(
3.41e+38
);
}
/*%%*
floating-point value is too large:
*%%*/