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