8 lines
54 B
Rust
8 lines
54 B
Rust
|
// Yet Another mod
|
||
|
// Nested
|
||
|
|
||
|
use c::a;
|
||
|
|
||
|
fn foo() {
|
||
|
}
|