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

7 lines
54 B
Rust

// Yet Another mod
// Nested
use c::a;
fn foo() {
}