mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 09:06:27 +00:00
7 lines
72 B
Rust
7 lines
72 B
Rust
#![crate_type = "dylib"]
|
|
extern crate m2;
|
|
|
|
pub fn m3() {
|
|
m2::m2()
|
|
}
|