rustc/tests/run-make/mixing-libs/rlib.rs
2023-09-14 08:56:40 +02:00

3 lines
41 B
Rust

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