blob: d369f1e71d06f295df3869f726ec3b92340cd865 [file] [log] [blame]
// run-pass
#![allow(dead_code)]
#![allow(unused_imports)]
#![allow(non_snake_case)]
#[path = "issue-26873-multifile/mod.rs"]
mod multifile;
fn main() {}