aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20070531-2.c
blob: 967180e0d85bf08ed782c6f7956674c4084c2af7 (plain)
1
2
3
4
5
6
int f(void)
{
  int *a = 0;
  for(a = 0; a < (int*)32767;a++)
   ;
}