blob: 14345bad6e5b9b8127b671900819146ec9cf7674 [file] [log] [blame]
#[link(name="foo")]
extern {
#[link_ordinal(42)]
//~^ ERROR: the `#[link_ordinal]` attribute is an experimental feature
fn foo();
}
fn main() {}