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

6 lines
61 B
Rust

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