OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 950124-1.c
1 f ()
2 {
3   if (g ())
4     h ();
5   else
6     {
7       do
8         {
9           return 0;
10           break;
11         }
12       while (1);
13     }
14   return 1;
15 }