blob: 93567a9e4b90f447e32b683b85f1f88eeff053cf [file] [log] [blame]
void
f ()
{
double b;
b = b * 10;
goto c; /* { dg-error "used but not defined" } */
}