2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / test-flow.c
blob01ec724eb2fefa2ec38ed9750c090d3ef1dacfba
1 foo (a, b, c, d)
3 if (a < 0)
5 b = c;
7 else
9 b = d;
11 return b + 75;