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

7 lines
61 B
Rust
Raw Normal View History

2015-07-01 14:13:10 -05:00
// Yet Another mod
// Nested
use c::a;
fn foo( ) { }