rust/tests/run-make/lto-dylib-dep/a_dylib.rs

4 lines
38 B
Rust

pub fn foo() {
println!("bar");
}