rust/tests/run-make/compiler-lookup-paths/d.rs

5 lines
81 B
Rust

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