blob: e3ce71352c06b68f39d3f9f7d77859c06866ff96 [file] [log] [blame]
#[link(name = "foo", cfg("rlib"))]
//~^ ERROR link cfg is unstable
//~| ERROR `cfg` predicate key must be an identifier
extern "C" {}
fn main() {}