blob: 35a7d73288b5d2747988b00e3b58bec2f8a9ab7e [file] [log] [blame]
extern "unadjusted" fn foo() {
//~^ ERROR: unadjusted ABI is an implementation detail and perma-unstable
}
fn main() {
foo();
}