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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
941025-1.c
blob
2daf0ad25cc28c3813070b40a1d9935a818bc383
1
long
f
(
x
,
y
)
2
long
x
,
y
;
3
{
4
return
(
x
>
1
) ?
y
: (
y
&
1
);
5
}
6
7
main
()
8
{
9
if
(
f
(
2L
,
0xdecade
L
) !=
0xdecade
L
)
10
abort
();
11
exit
(
0
);
12
}