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

4 lines
54 B
Rust

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