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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
init-1.c
blob
38db9ad87d9969e0d9b993ff372e0afc6d6fb663
1
typedef
struct
2
{
3
char
*
key
;
4
char
*
value
;
5
}
T1
;
6
7
typedef
struct
8
{
9
long
type
;
10
char
*
value
;
11
}
T3
;
12
13
T1 a
[] =
14
{
15
{
16
""
,
17
((
char
*)&((
T3
) {
1
, (
char
*)
1
}))
18
}
19
};