mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-03 00:47:36 +00:00
6 lines
56 B
Rust
6 lines
56 B
Rust
pub struct S;
|
|
|
|
impl S {
|
|
pub fn external(&self) {}
|
|
}
|