921e5a0eb4
From-SVN: r14840
10 lines
71 B
C
10 lines
71 B
C
struct foo
|
|
{
|
|
int a, b, c;
|
|
};
|
|
|
|
foo (struct foo *a)
|
|
{
|
|
a[0] = a[1];
|
|
}
|