int main(void) { int a; int b = 3; int c = (a = 1) << 2; int addr = 2349 >> 8 & 255; a = b = c; return a << 2; }