6 lines
85 B
Rust
6 lines
85 B
Rust
|
#[link(name = "foo", cfg(foo))]
|
||
|
//~^ ERROR: is feature gated
|
||
|
extern {}
|
||
|
|
||
|
fn main() {}
|