I have the following code:
void fn(){ struct{ int a; int b; } s1, s2; s1.a = 1; s1.b = 2; s2.a = 1 << s1.a; s2.b = 1 <&