47ce7f1 ^
1 2 3 4 5 6 7
int main() { struct {int x, y;} a; struct {int x, y;} b, c; a = b; b = c; c = a; }