xref: /minix3/tests/usr.bin/xlint/lint1/d_long_double_int.c (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
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 Sambuc fail(long double *a, long int *b)
5*11be35a1SLionel Sambuc {
6*11be35a1SLionel Sambuc 	return a == b;
7*11be35a1SLionel Sambuc }
8