brintos

brintos / llvm-project-archived public Read only

0
0
Text · 90 B · 3e4ad1c Raw
9 lines · cpp
1int main() {2  int ret = 0;3 4  for (int i = 0; i < 4; i++)5    ret ^= 1;6 7  return ret;8}9