OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 921012-2.c
1 struct foo {
2 int a,b,c;
3 };
4 f(struct foo*a,struct foo*b)
5 {
6 *a=*b;
7 }