mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
51affa0394
tests will check: - correct emit of assembly for softfloat target - incompatible set features will emit warnings/errors - incompatible target tripples in crates will not link
9 lines
189 B
Rust
9 lines
189 B
Rust
//@ add-minicore
|
|
//@ no-prefer-dynamic
|
|
//@ compile-flags: --target=s390x-unknown-none-softfloat
|
|
//@ needs-llvm-components: systemz
|
|
|
|
#![feature(no_core)]
|
|
#![crate_type = "rlib"]
|
|
#![no_core]
|