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