rust/tests/target/other.rs
2018-03-02 15:07:13 +13:00

5 lines
67 B
Rust

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