aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/time.c
blob: c7feb0d294c1c10f5c8b80c933f737d8782114d2 (plain)
1
2
3
4
5
6
7
8
int
main (void)
{
  int i;
  for (i = 3000000; --i;)
    {
    }
}