mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 12:51:31 +00:00
7 lines
81 B
Rust
7 lines
81 B
Rust
#![crate_type = "dylib"]
|
|
extern crate rlib;
|
|
|
|
pub fn dylib() {
|
|
rlib::rlib()
|
|
}
|