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