blob: 3e4ad1c0b843153b4b88b0a3579554d7f2634029 [file] [log] [blame]
int main() {
int ret = 0;
for (int i = 0; i < 4; i++)
ret ^= 1;
return ret;
}