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.c-torture
/
compile
/
init-3.c
blob
be3d9b49679a282b3b1aa35b603cad6a2db54039
1
struct
empty
{ };
2
struct
something
{
3
int
spacer
;
4
struct
empty foo
;
5
int
bar
;
6
};
7
8
struct
something X
= {
9
foo
: { },
10
bar
:
1
,
11
};