blob: fa35629d955b0cd58d241e8726612b689070d2b9 [file] [log] [blame]
#include <math.h>
int test_1 (void)
{
float foo = 42.;
if (isnan (foo))
return 1;
return 0;
}