mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 03:27:44 +00:00
4 lines
70 B
Rust
4 lines
70 B
Rust
pub fn never_called_function() {
|
|
println!("I am never called");
|
|
}
|