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