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
/
pr61278_1.c
blob
6e7f0eb7b2e654696cf7c3e22a29551c63119370
1
extern
char
foo
(
char
*);
2
3
char
d
;
4
5
int
6
main
()
7
{
8
foo
(&
d
);
9
return
0
;
10
}