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
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
usr.bin
/
xlint
/
lint1
/
d_constant_conv1.c
blob
53795c5fe85860ec22585782cc4d473f3e6aeccd
1
/* Flag information-losing constant conversion in argument lists */
2
3
int
f
(
unsigned int
);
4
5
void
6
should_fail
()
7
{
8
f
(-
1
);
9
}