ref: 5398bfe4e68b7926f301beb47299a92ff0540c10 dir: /tests/0030-bxor.c/
int main() { int x; x = 1; x = x ^ 3; return x - 2; }