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
/
decl-4.hs
blob
3fb220032e048189ef4801e426fe2129cddc443d
1
typedef struct foo
{
2
int a
;
3
char b
;
4
struct foo
*
c
;
5
}
foo_s
;
6
typedef struct foo
*
foo_p
;
7
extern foo_p foop
;