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_constant_conv2.c
blob
87066c96b5a874f0d5c7ecbade77de6f8904a6c4
1
/* Flag information-losing constant conversion in argument lists */
2
3
int
f
(
unsigned int
);
4
5
void
6
should_fail
()
7
{
8
f
(
2.1
);
9
}