repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
inline-2.c
blob
59b238a3b7a2efa3df06ac2190b2b13ac89eb005
1
#include
"inline-2.h"
2
extern inline
char
3
bar
(
int
a
)
4
{
5
return
foo
(
a
)[
0
];
6
}
7
8
extern inline
char
9
baz
(
void
)
10
{
11
return
foo
(
0
)[
0
];
12
}