rust/tests/target/path_clarity/foo/bar.rs
2019-03-17 12:21:21 +09:00

4 lines
51 B
Rust

pub fn fn_in_bar() {
println!("foo/bar.rs");
}