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
PR debug/48204
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
decl-3.c
blob
c12abbb1cf42a39bc423ec56841bc38bc36619d8
1
#include
"decl-3.h"
2
3
foo_p
bar
(
void
)
4
{
5
return
foop
;
6
}
7
8
struct
foo
*
bar2
(
void
)
9
{
10
return
foop
;
11
}