repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_long_double_int.c
blob
a5a644e3e3d4a3e7f70eb70958fe3ad10211f6c4
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
}