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
/
compile
/
930109-2.c
blob
61e3a4df99fc5033809be480cf280c68586ae9ad
1
f
(
r
)
2
{
3
int
i
;
4
for
(
i
=
0
;
i
<
2
;
i
++)
5
{
6
r
+= (
4
>>
i
*
2
);
7
r
+= (
2
>>
i
*
2
);
8
r
+= (
1
>>
i
*
2
);
9
}
10
return
r
;
11
}