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