repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reverting merge from trunk
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
static-3.c
blob
eae0ab078050caaccf77987542ea8e476d4fbb75
1
#include
"static-3.h"
2
int
bar
(
int
*
a
)
3
{
4
int
i
,
tot
;
5
for
(
i
=
tot
=
0
;
i
<
100
;
i
++)
6
tot
+=
a
[
i
];
7
return
tot
;
8
}