1 2 3 4 5 6 7
// no-prefer-dynamic #![feature(link_cfg)] #![crate_type = "rlib"] #[link(name = "foo", cfg(foo))] extern "C" {}