modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/921012-2.c (about) 1 struct foo { 2 int a,b,c; 3 }; 4 f(struct foo*a,struct foo*b) 5 { 6 *a=*b; 7 }