modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }