blob: 155487f33198a8ba36c312f9bdabd4460555183a [file] [log] [blame]
/* { dg-do run } */
/* { dg-options { -ffast-math -O2 } } */
#include <stdlib.h>
#include <math.h>
double globx;
main ()
{
if (finite(globx) != 1)
abort ();
return 0;
}