5 lines
69 B
Rust
5 lines
69 B
Rust
#![feature(link_cfg)]
|
|
|
|
#[link(name = "foo", cfg(foo))]
|
|
extern "C" {}
|