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