blob: 82ee3e71d16a8ba596d25b6069f09dc8baf185f7 (
plain)
1
2
3
4
5
6
7
|
//@ 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]
|