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