4 lines
103 B
Rust
4 lines
103 B
Rust
|
fn a(_ /*comment*/: u8 /* toto */) {}
|
||
|
fn b(/*comment*/ _: u8 /* tata */) {}
|
||
|
fn c(_: /*comment*/ u8) {}
|