struct foo { int i; }; void f(void) { int l; struct foo s; l = s.i; } void myFunction() { struct MyLocalStruct { int x, y, z; }; }