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