1*11be35a1SLionel Sambuc /* PR 39639: writing "long double" gave "long int" */ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc int fail(long double * a,long int * b)4*11be35a1SLionel Sambucfail(long double *a, long int *b) 5*11be35a1SLionel Sambuc { 6*11be35a1SLionel Sambuc return a == b; 7*11be35a1SLionel Sambuc } 8