10 lines
128 B
Rust
10 lines
128 B
Rust
//@error-in-other-file:
|
|
#[path = "auxiliary/submodule.rs"]
|
|
mod submodule;
|
|
|
|
#[cfg(test)]
|
|
mod tests {
|
|
#[test]
|
|
fn t() {}
|
|
}
|