//TEST:LANG_SERVER: //COMPLETE:12,7 struct MyType { int member = 0; int getSum() { return 0; } } void m() { MyType t; t. t.member = 2; }