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