2020-09-04 19:01:18 -05:00

9 lines
57 B
Rust

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