3c520b2 ^
1 2 3 4 5 6 7
struct A {int x; int y; } b; int f(struct A {int a;} p) { struct A a; a.x; } int main() { }