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