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