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