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
/
execute
/
struct-ini-4.c
blob
3342439e54d26d456828d65e6045075a7860f553
1
struct
s
{
2
int
a
[
3
];
3
int
c
[
3
];
4
};
5
6
struct
s s
= {
7
c
: {
1
,
2
,
3
}
8
};
9
10
main
()
11
{
12
if
(
s
.
c
[
0
] !=
1
)
13
abort
();
14
exit
(
0
);
15
}