2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20000314-1.c
blob09de09493891e44801f6a2e2169050770b87f1a2
1 int main ()
3 long winds = 0;
5 while (winds != 0)
7 if (*(char *) winds)
8 break;
11 if (winds == 0 || winds != 0 || *(char *) winds)
12 exit (0);
14 abort ();