blob: a7dd80f8920566e35e5d79c40cc082b20053398a [file] [log] [blame]
// Top-level ill-formed
#[link] //~ ERROR valid forms for the attribute are
//~| WARN this was previously accepted
#[link = "foo"] //~ ERROR valid forms for the attribute are
//~| WARN this was previously accepted
extern "C" {}
fn main() {}