struct S1 {
pub mut:
v byte
module:
i int
}
struct S2 {
j int
mut:
mut s := S1{}
s.i++
mut s2 := S2{}
s2.j++