Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
stru.c
blob: 042c522178462770517b4640de37892b251a2fd7 [
file
] [
log
] [
blame
]
struct
foo
{
int
a
,
b
,
c
;
};
foo
(
struct
foo
*
a
)
{
a
[
0
]
=
a
[
1
];
}