Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / aaa.c
blobe31fb567c1c597d8c854d5ed34bcba59f7aa7c3d
1 foo (a, b)
3 int t;
4 while (b < 0)
6 t = a;
7 a = b;
8 b = t;
10 return a + b;