2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921021-1.c
blob18dffeb9dd3472e586eb0cf184a78d00eaaeb13b
1 void g();
3 f()
5 int x=1;
6 while(x)
8 x=h();
9 if(x)
10 g();