12 lines
149 B
Rust
12 lines
149 B
Rust
pub fn a() {}
|
|
|
|
pub mod b {
|
|
pub mod c {
|
|
pub mod d {
|
|
pub mod e {
|
|
pub fn f() {}
|
|
}
|
|
}
|
|
}
|
|
}
|