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