rust/tests/run-make/symlinked-libraries/foo.rs

4 lines
42 B
Rust

#![crate_type = "dylib"]
pub fn bar() {}