mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
9 lines
104 B
Rust
9 lines
104 B
Rust
#[path = "auxiliary/submodule.rs"]
|
|
mod submodule;
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn t() {}
|
|
}
|