4 lines
97 B
Rust
4 lines
97 B
Rust
#[link(name = "foo", cfg())] //~ ERROR `cfg()` must have an argument
|
|
extern "C" {}
|
|
|
|
fn main() {}
|