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