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

8 lines
54 B
Rust
Raw Normal View History

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