2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930513-2.c
bloba7f508c82662f5f12b90eb84739d0bc7f04ae02f
1 double g ();
3 f (x)
4 double x;
6 x = .85;
7 while (g () < x)