rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20070531-2.c

7 lines
69 B
C

int f(void)
{
int *a = 0;
for(a = 0; a < (int*)32767;a++)
;
}