OSDN Git Service

* c-decl.c (pushdecl): When an extern declaration at block scope
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 930513-2.c
1 double g ();
2
3 f (x)
4      double x;
5 {
6   x = .85;
7   while (g () < x)
8     ;
9 }