* gcc.c-torture/compile/20000120-2.c: Use -fgnu89-inline.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20070531-2.c
blob967180e0d85bf08ed782c6f7956674c4084c2af7
1 int f(void)
3 int *a = 0;
4 for(a = 0; a < (int*)32767;a++)