blob: 6970a4989bb538e8b1b3ceba9d7c83b587e9fcdb [file] [log] [blame]
#![crate_type = "lib"]
#[link(kind = "static", modifiers = "+whole-archive,+bundle")]
//~^ ERROR `#[link]` attribute requires a `name = "string"` argument
extern "C" {}