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