940611-1.c   [plain text]


f ()
{
  do
L:;
  while (0);
  do
    ;
  while (0);
  goto L;
}