mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:31:52 +00:00
5 lines
74 B
Rust
5 lines
74 B
Rust
pub struct P;
|
|
|
|
pub fn abracadabra(a: P, b: P) {}
|
|
pub fn alacazam(a: P) {}
|