1 2 3 4 5 6 7 8 9
#include <math.h> int test_1 (void) { float foo = 42.; if (isnan (foo)) return 1; return 0; }