repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
regress
/
usr.bin
/
xlint
/
lint1
/
fail-test4.c
blob
bc6a8e695adaed0390af73972646eb111bd14583
1
/* Flag information-losing type conversion in argument lists */
2
3
int
f
(
unsigned int
);
4
5
void
6
should_fail
()
7
{
8
9
f
(
0x7fffffffffffffff
LL
);
10
}