mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 00:57:35 +00:00
6 lines
76 B
Rust
6 lines
76 B
Rust
#![crate_type="lib"]
|
|
|
|
pub mod extern_mod_ordering_lib {
|
|
pub fn f() {}
|
|
}
|