rust/tests/ui/extern/auxiliary/extern_mod_ordering_lib.rs

6 lines
76 B
Rust

#![crate_type="lib"]
pub mod extern_mod_ordering_lib {
pub fn f() {}
}