mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 20:47:48 +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;
|