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

6 lines
34 B
Rust
Raw Normal View History

2015-07-01 14:13:10 -05:00
// Another mod
mod a;
use a::a;