Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / pr64295.c
blob4882f3254e4b5bdc124dff6785f9aea0eaf78bb6
1 /* { dg-do compile } */
2 /* { dg-options "-O -frounding-math -funsafe-math-optimizations" } */
4 double
5 f (double g)
7 return g / 3;