aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/940112-1.c
blob: 953840f6dc81cdddfe9c3ff2e103172f4e47c6ba (plain)
1
2
3
4
5
6
7
double
f (int x)
{
  double e = 1;
  e = 1;
  return (e)
}	/* { dg-error "(parse|syntax) error" } */