blob: 27ec2e98eb68bbdeadcbcf44c3211d6a485ffffb [file] [log] [blame]
#[link(name = "foo", cfg(foo))]
//~^ ERROR: is unstable
extern {}
fn main() {}