xref: /freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/d_long_double_int.c (revision 3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb)
1 /* PR 39639: writing "long double" gave "long int" */
2 
3 int
4 fail(long double *a, long int *b)
5 {
6 	return a == b;
7 }
8