FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 970206-1.c
blob95196cd6a54e6b78500e50a7e0dd35fcf37dc256
1 struct Rect
3 int iA;
4 int iB;
5 int iC;
6 int iD;
7 };
9 void
10 f (int * const this, struct Rect arect)
12 g (*this, arect);