summaryrefslogtreecommitdiff
path: root/test/lsp/rust/src/main.rs
blob: e71b6f77c63eea7d96b791db4f9629d0ce2ca94e (plain)
1
2
3
4
5
mod foo;

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