rust/tests/run-make-fulldeps/compiler-lookup-paths/d.rs
2023-01-11 09:32:08 +00:00

5 lines
81 B
Rust

#![crate_type = "rlib"]
#[link(name = "native", kind = "static")]
extern "C" {}