7 lines
72 B
Rust
7 lines
72 B
Rust
// ignore-tidy-linelength
|
|
|
|
mod auxiliary {
|
|
mod foo;
|
|
}
|
|
|
|
fn main() {}
|