svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / call.c
blobc8106038371cd17375a27d8808c9a56f17ade5e0
1 int foo () {}
3 main (a, b)
5 foo (foo (a, b), foo (b, a));
6 return 0;