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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
940115-1.c
blob
d0fac9077a1d1a45958a4d58291f373f48e9961e
1
f
(
cp
,
end
)
2
char
*
cp
;
3
char
*
end
;
4
{
5
return
(
cp
<
end
);
6
}
7
8
main
()
9
{
10
if
(!
f
((
char
*)
0
, (
char
*)
1
))
11
abort
();
12
exit
(
0
);
13
}