Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920821-2.c
blob: 70746602ac770b4da2be56820b7855cc2671ce5f [
file
] [
log
] [
blame
]
typedef
struct
{
int
p
[
25
];}
t1
;
struct
{
t1 x
,
y
;}
y
;
t1 x
[
1
];
void
f
(
void
){
y
.
x
=*
x
;
y
.
y
=*
x
;}