/* Check whether erfl and isnanl can be linked. */ #include #include int main(void) { long double rop, op = 0.6L; int ret; rop = erfl(op); ret = isnanl(op); return 0; }