blob: 6ca100c07f9682096cec4c47dbf8fa34b9fc6d93 [file] [log] [blame] [edit]
//@error-in-other-file:
#[path = "auxiliary/submodule.rs"]
mod submodule;
#[cfg(test)]
mod tests {
#[test]
fn t() {}
}