2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / stru.c
blob042c522178462770517b4640de37892b251a2fd7
1 struct foo
3 int a, b, c;
4 };
6 foo (struct foo *a)
8 a[0] = a[1];