struct X { int x; }; void foo(int x, int y); int main() { X xxx; xxx.x = 2; foo() return 0; }