summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/mod-resolver/issue-5063/main.rs
blob: 41c81c7bb433c69962cd1be3655de15d3e3325d5 (plain)
1
2
3
4
5
fn main() {
    println!("Hello, world!");
}

mod foo;