rust/tests/target/nestedmod/submod2/mod.rs
2015-07-03 11:12:21 +02:00

5 lines
34 B
Rust

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