struct g1 g2 g3 g4 end; struct g5 g6 end; method foo(p1 p2 p3) var l1 := 0; var l2 := g6; l1.g5.g4 := 0x900d; /* ok */ end;