aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/run.c
blob: 40892f6037ffaa6483116a96998e71fe831dbcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
main ()
{
  typedef short int xtype;

  xtype i;
  xtype ii;

  for (i = 0; i < 100; i++)
    for (ii = 65535; --ii;)
      ;
}