5 lines
100 B
Rust
5 lines
100 B
Rust
#[link(name = "foo", cfg())] //~ ERROR malformed `link` attribute input
|
|
extern "C" {}
|
|
|
|
fn main() {}
|