blob: bc8879aa37e0b66ffdb786b43ceb00a9bfa45f9c [file] [log] [blame] [edit]
pub struct S {
pub x: isize,
pub y: isize,
}
pub type S2 = S;