2025-02-28 16:48:58 +03:00
|
|
|
//@ no-prefer-dynamic
|
|
|
|
|
//@ compile-flags: --target i686-unknown-linux-gnu -Zregparm=2
|
2024-11-18 04:07:29 +07:00
|
|
|
//@ needs-llvm-components: x86
|
2025-02-28 16:48:58 +03:00
|
|
|
|
|
|
|
|
#![feature(no_core)]
|
2024-11-18 04:07:29 +07:00
|
|
|
#![crate_type = "rlib"]
|
|
|
|
|
#![no_core]
|