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