Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
960221-1.c
blob: 0e02496c1045c8cc56b1616e76b96446e49f3544 [
file
] [
log
] [
blame
]
struct
s1
{
int
f1
;
};
struct
s2
{
struct
s1 a
;
int
f2
;
};
foo
(
struct
s2
*
ptr
)
{
*
ptr
=
(
struct
s2
)
{{},
0
};
}