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.dg
/
pch
/
static-3.hs
blob
b881945f5eaf671a27a4bb76b8c5d14659721a99
1
static int foo
(
int
*
a
)
2
{
3
int i
,
tot
;
4
for
(
i
=
tot
=
0
;
i
<
100
;
i
++)
5
tot
+=
a
[
i
];
6
return
tot
;
7
}