Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 930622-1.c
blob835e072c655d0f8156f2a1d3aae028830cb5c9cd
1 f ()
3 double b;
4 b = b * 10;
5 goto c; /* { dg-error "used but not defined" } */