rust/tests/target/nestedmod/submod2/a.rs
2018-03-02 15:07:13 +13:00

7 lines
53 B
Rust

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