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