2024-06-01 12:25:16 +01:00
|
|
|
//@ only-x86_64
|
2024-12-25 22:12:17 +11:00
|
|
|
//@ normalize-stderr: "(abi|pref|unadjusted_abi_align): Align\([1-8] bytes\)" -> "$1: $$SOME_ALIGN"
|
2024-06-01 12:25:16 +01:00
|
|
|
|
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
|
|
#[rustc_abi(debug)]
|
|
|
|
|
extern "sysv64" fn pass_zst(_: ()) {} //~ ERROR: fn_abi
|