mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 09:50:28 +00:00
8 lines
103 B
Rust
8 lines
103 B
Rust
#![crate_type = "bin"]
|
|
|
|
extern crate an_rlib;
|
|
|
|
pub fn public_rust_function_from_exe() {}
|
|
|
|
fn main() {}
|