4 lines
48 B
Rust
4 lines
48 B
Rust
|
fn f(x: u32, mut arg: &String) {}
|
||
|
|
||
|
fn main() {}
|