2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921012-2.c
blob6f4de779549ac4baf889226c99644126712e6904
1 struct foo {
2 int a,b,c;
3 };
4 f(struct foo*a,struct foo*b)
6 *a=*b;