blob: 042c522178462770517b4640de37892b251a2fd7 [file] [log] [blame]
struct foo
{
int a, b, c;
};
foo (struct foo *a)
{
a[0] = a[1];
}