1 pub struct S {
2     pub x: isize,
3     pub y: isize,
4 }
5 
6 pub type S2 = S;
7