OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / unsorted / lop.c
1 lop (a)
2 {
3   do
4     a--;
5   while (a >= -1);
6 }