blob: b5c992440d4dc65e803e7e8d4f42b8b7af559a95 [file] [log] [blame]
// compile-pass
#[doc] //~ WARN attribute must be of the form
#[ignore()] //~ WARN attribute must be of the form
#[inline = ""] //~ WARN attribute must be of the form
#[link] //~ WARN attribute must be of the form
#[link = ""] //~ WARN attribute must be of the form
fn main() {}