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