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
2015-05-04 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
inline-1.c
blob
38fad39c459c548b6bea745d7a08a98d15ac544e
1
#include
"inline-1.h"
2
int
bar
(
int
a
,
int
b
)
3
{
4
return
foo
(
a
) +
b
;
5
}
6
7
int
baz
(
void
)
8
{
9
return
foo
(
3
);
10
}