Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
abi
/
sysv64-zst.rs
blob: 6f4497e77a181c6714ce665362b2daf42444a6a1 [
file
] [
log
] [
blame
] [
edit
]
//@ only-x86_64
//@ normalize-stderr-test: "(abi|pref|unadjusted_abi_align): Align\([1-8] bytes\)" -> "$1: $$SOME_ALIGN"
#![
feature
(
rustc_attrs
)]
#![
crate_type
=
"lib"
]
#[
rustc_abi
(
debug
)]
extern
"sysv64"
fn
pass_zst
(
_
:
())
{}
//~ ERROR: fn_abi