rustc/tests/run-make/symlinked-libraries/foo.rs
2023-09-14 08:56:40 +02:00

4 lines
42 B
Rust

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