1
Fork 0
rust/tests/source/nestedmod/submod2/a.rs

7 lines
61 B
Rust
Raw Normal View History

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