blob: 11a01e60f8d408c620948c2b5f7a536c93e543f1 [file] [log] [blame]
//@ add-minicore
//@ compile-flags: -Copt-level=3 --crate-type=lib --target=s390x-unknown-none-softfloat -Zpacked-stack
//@ needs-llvm-components: systemz
#![feature(s390x_target_feature)]
#![crate_type = "lib"]
#![feature(no_core, lang_items)]
#![no_core]
extern crate minicore;
use minicore::*;
#[no_mangle]
pub fn test_packedstack() {
// CHECK: @test_packedstack() unnamed_addr #0
}
// CHECK: attributes #0 = { {{.*}}"packed-stack"{{.*}} }