summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/skip/main.rs
blob: 2d33bef92519ed54e9ebdb6425fac66de4570b19 (plain)
1
2
3
4
5
mod foo;

fn main() {
    println!("Hello, world!");
}