OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 940611-1.c
1 f ()
2 {
3   do
4 L:;
5   while (0);
6   do
7     ;
8   while (0);
9   goto L;
10 }