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