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