mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00

These tests can be `check-pass` and do not need dynamic libraries. Also remove other unnecessary stuff from them.
8 lines
199 B
Rust
8 lines
199 B
Rust
//@ no-prefer-dynamic
|
|
//@ compile-flags: --target i686-unknown-linux-gnu -Zregparm=2 -Zreg-struct-return=true
|
|
//@ needs-llvm-components: x86
|
|
|
|
#![feature(no_core)]
|
|
#![crate_type = "rlib"]
|
|
#![no_core]
|