blob: 3609415b1468b3a7b8266bb711a894c22e5c0b92 [file] [log] [blame]
fn main() {
println!("Hello, world!");
}
mod foo;
mod bar {
mod baz;
}