1
Fork 0
rust/tests/source/other.rs

6 lines
67 B
Rust
Raw Normal View History

// Part of multiple.rs
fn bob() {
println!("hello other!");
}