ref: cd5a0e5dbf567454d207e7ae7d22626e0c0845be dir: /tests/execute/0029-band.c/
int main() { int x; x = 1; x = x & 3; return x - 1; }