blob: 8d0f3accd65f07b3bcea4f6c373f010f52b526f7 [file] [log] [blame]
int main ()
{
long winds = 0;
while (winds != 0)
{
if (*(char *) winds)
break;
}
if (winds == 0 || winds != 0 || *(char *) winds)
exit (0);
abort ();
}