/* test_isnanl.c */ #include int test_isnanl(long double x) { return isnanl(x); }