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
2008-01-25 Douglas Gregor <doug.gregor@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
inline-1.hs
blob
e8f1d6f138fb8957559699ab2c3ffeaf1aac2308
1
extern inline int
2
foo
(
int a
)
3
{
4
return
a
*
2
+
1
;
5
}