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