unsafe mod m {
//~^ ERROR module cannot be declared unsafe
}
unsafe mod n;
//~^^ ERROR file not found for module `n`
fn main() {}