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