ref: db49af2f1032c50d3b428b7ef5bfaa7e3391572f dir: /tests/0028-bor.c/
int main() { int x; x = 1; x = x | 4; return x - 5; }