OSDN Git Service

2004-06-13 Eric Christopher <echristo@redhat.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 940112-1.c
1 double
2 f (int x)
3 {
4   double e = 1;
5   e = 1;
6   return (e)
7 }       /* { dg-error "(parse|syntax) error" } */