rt_gccstream/gcc/testsuite/gcc.c-torture/compile/921012-2.c

8 lines
67 B
C

struct foo {
int a,b,c;
};
f(struct foo*a,struct foo*b)
{
*a=*b;
}