rust/tests/target/inner-module-path/lib.rs

9 lines
57 B
Rust
Raw Normal View History

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