aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/noncompile/930622-1.c
blob: 27bb9ebd2f2b93e980ff06885f1a61ce5811d930 (plain)
1
2
3
4
5
6
f ()
{
  double b;
  b = b * 10;
  goto c;
}