1 int s[2]; 2 x(){if(!s[0]){s[1+s[1]]=s[1];return 1;}} 3 main(){s[0]=s[1]=0;if(x(0)!=1)abort();exit(0);} 4