summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs
blob: 8c1be504c09083b883a14ceeaa5dddab80b61bf6 (plain)
1
2
3
pub fn fn_in_bar( ) {
    println!( "foo/bar.rs" );
}