rust/tests/run-make/cdylib/bar.rs

6 lines
66 B
Rust

#![crate_type = "rlib"]
pub fn bar() {
println!("hello!");
}