6 lines
76 B
Rust
6 lines
76 B
Rust
#![crate_type="lib"]
|
|
|
|
pub mod extern_mod_ordering_lib {
|
|
pub fn f() {}
|
|
}
|