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