4 lines
54 B
Rust
Raw Normal View History

2019-03-17 12:21:21 +09:00
pub fn fn_in_bar( ) {
println!( "foo/bar.rs" );
}