OSDN Git Service

* gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / noncompile / 940112-1.c
1 double
2 f (int x)
3 {
4   double e = 1;
5   e = 1;
6   return (e)
7 }