rust/tests/source/other.rs
Nick Cameron caa10d408b Add a terrible, but useful, test which I used locally
It does too much, it should be split up
2015-06-11 14:36:31 +12:00

6 lines
67 B
Rust

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