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

7 lines
61 B
Rust

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