mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-09 08:05:57 +00:00
7 lines
71 B
Rust
7 lines
71 B
Rust
pub struct S {
|
|
pub x: isize,
|
|
pub y: isize,
|
|
}
|
|
|
|
pub type S2 = S;
|