2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000420-2.c
blob2d825f01992bd86d3573815f2247dc4a6856ee25
1 struct x { int a, b, c; };
3 extern struct x a ();
4 extern void b (struct x);
6 void
7 foo ()
9 a ();
10 b (a ());