index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
stru.c
blob: 042c522178462770517b4640de37892b251a2fd7 (
plain
)
1
2
3
4
5
6
7
8
9
struct
foo
{
int
a
,
b
,
c
;
};
foo
(
struct
foo
*
a
)
{
a
[
0
]
=
a
[
1
];
}