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