rust/tests/run-make/compiler-lookup-paths/d.rs
2023-03-30 07:34:55 -05:00

5 lines
81 B
Rust

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