rust/tests/target/nestedmod/submod2/mod.rs

6 lines
34 B
Rust
Raw Normal View History

2015-07-01 21:13:10 +02:00
// Another mod
mod a;
use a::a;