aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/noncompile/930622-1.c
blob: 93567a9e4b90f447e32b683b85f1f88eeff053cf (plain)
1
2
3
4
5
6
7
void
f ()
{
  double b;
  b = b * 10;
  goto c;	/* { dg-error "used but not defined" } */
}