mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
5 lines
68 B
Rust
5 lines
68 B
Rust
#![crate_type = "dylib"]
|
|
extern crate m1;
|
|
|
|
pub fn m2() { m1::m1() }
|