blob: 8759344e6f820940d867597f820de7287ca21f54 [file] [log] [blame]
// Obsolete attributes fall back to feature gated custom attributes.
#[ab_isize="stdcall"] extern {}
//~^ ERROR cannot find attribute macro `ab_isize` in this scope
#[fixed_stack_segment] fn f() {}
//~^ ERROR cannot find attribute macro `fixed_stack_segment` in this scope
fn main() {}