2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / pass.c
blob6b663828aee0fb897e961eeced4529a8356c3396
1 int
2 foo (a, b, c)
4 return a + b + c;
7 int
8 bar ()
10 int q, w, e, r, t, y;
12 return foo ((int) & q, q, w, e, q, (int) &w);