Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 940112-1.c
blob24780df554e38a9f2ef1f502d8920c607e89ab2f
1 double
2 f (int x)
4 double e = 1;
5 e = 1;
6 return (e)
7 } /* { dg-error "parse error" } */