blob: 50c4a813288d00d856693fa2575967604a390c6c [file] [log] [blame]
#include <stdlib.h>
int
main ()
{
int x;
if (x == 0)
return 0;
else
return 1;
}