8 lines
89 B
Rust
Raw Normal View History

#![crate_type = "rlib"]
pub mod foo {
pub mod bar {
pub struct Baz;
}
}