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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
chkp-privatize-2_1.c
blob
db39e7fa9efae853d63578cab3ef9372bbbbe6d4
1
int
func1
=
10
;
2
3
int
4
func2
(
int
i
)
5
{
6
func1
++;
7
return
i
+
func1
;
8
}