int globalVariable; struct S { int member; }; void f() { S s; s. /* COMPLETE HERE */ }