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