OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / pass.c
1 int
2 foo (a, b, c)
3 {
4   return a + b + c;
5 }
6
7 int
8 bar ()
9 {
10   int q, w, e, r, t, y;
11
12   return foo ((int) & q, q, w, e, q, (int) &w);
13 }