blob: e2e11c0f9e29858e68421c38041374b1731e0071 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-frounding-math -funsafe-math-optimizations" } */
int test ()
{
return 5.0 < 5.0 - 0.1;
}