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