blob: 1905346e2b5d7839166bb6f208fd614b2c57019e [file] [log] [blame]
#[link(name = "foo", cfg(foo))]
//~^ ERROR: is feature gated
extern {}
fn main() {}