android13/external/skia/resources/sksl/errors/OverflowFloatLiteral.rts

8 lines
88 B
Plaintext

void func() {
float x = 3.41e+38;
}
/*%%*
floating-point value is too large:
*%%*/