9 lines
57 B
Rust
Raw Normal View History

#[path = "."]
mod a {
mod b;
}
mod c {
mod d;
}