rt_gccstream/gcc/testsuite/gcc.dg/noncompile/930622-1.c

7 lines
87 B
C

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