mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
8 lines
101 B
Rust
8 lines
101 B
Rust
#![crate_type="bin"]
|
|
|
|
extern crate an_rlib;
|
|
|
|
pub fn public_rust_function_from_exe() {}
|
|
|
|
fn main() {}
|