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