930622-1.c   [plain text]


f ()
{
  double b;
  b = b * 10;
  goto c;	/* { dg-error "used but not defined" } */
}