mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
8 lines
54 B
Rust
8 lines
54 B
Rust
// Yet Another mod
|
|
// Nested
|
|
|
|
use c::a;
|
|
|
|
fn foo() {
|
|
}
|