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