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