mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 00:48:34 +00:00
7 lines
71 B
Rust
7 lines
71 B
Rust
#![crate_type = "rlib"]
|
|
extern crate m1;
|
|
|
|
pub fn m2() {
|
|
m1::m1()
|
|
}
|