aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/930622-1.c
blob: 835e072c655d0f8156f2a1d3aae028830cb5c9cd (plain)
1
2
3
4
5
6
f ()
{
  double b;
  b = b * 10;
  goto c;	/* { dg-error "used but not defined" } */
}