#include long double nanl(const char *s) { return NAN; } #ifdef TEST int main(void) { return 0; } #endif