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
/
20081118_1.c
blob
509c290ee74f07ddeab882d2eac56a55dbcbc37c
1
extern
int
f
(
void
);
2
3
extern inline
int
__attribute__
((
gnu_inline
))
4
e_inline_baz
(
void
)
5
{
6
return
2
+
f
();
7
}
8
9
int
10
foo
(
void
)
11
{
12
return
e_inline_baz
();
13
}