rt_gccstream/gcc/testsuite/gcc.c-torture/compile/970206-1.c

14 lines
127 B
C

struct Rect
{
int iA;
int iB;
int iC;
int iD;
};
void
f (int * const this, struct Rect arect)
{
g (*this, arect);
}