summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/pr95049.c
blob: 164bfdbdcfc664abbf6fc88892b8fd5e08134c33 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */

void a()
{
  for (int b; b; b = !b)
    ;
}