Skip to content

Modules

mod sample {
struct Sample
}
mod a {
mod b {
mod c {
struct Sample
}
}
}