5 lines
86 B
Rust
5 lines
86 B
Rust
#[link(name = "foo", cfg(false))]
|
|
//~^ ERROR: is unstable
|
|
extern "C" {}
|
|
|
|
fn main() {}
|