rust/tests/target/nestedmod/submod2/mod.rs
2018-03-02 15:07:13 +13:00

5 lines
34 B
Rust

// Another mod
mod a;
use a::a;