blob: a44b7d37ed8100b70099530179ac6ed415d22ca9 [file] [log] [blame]
//@ compile-flags:-ldylib:+as-needed=foo -lstatic=bar -Zunstable-options
#[link(name = "foo")]
#[link(
name = "bar",
kind = "static",
)]
extern "C" {}
//~^ ERROR overriding linking modifiers from command line is not supported
fn main() {}