blob: ef203ef082b226e0bddf7a218dde2dc983e60ac3 [file] [log] [blame]
mod mod_file_disambig_aux; //~ ERROR file for module `mod_file_disambig_aux` found at both
fn main() {
assert_eq!(mod_file_aux::bar(), 10);
}