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
/
debug
/
20010207-1.c
blob
513d7a43311261070f17a82e5cbbcb004f36629f
1
/* { dg-do compile } */
2
extern inline
int
f1
(
void
) {
return
f2
();}
3
int
f3
(
void
) {
return
f1
();}
4
int
f1
(
void
) {
return
0
;}