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