Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
target_modifiers
/
auxiliary
/
wrong_regparm.rs
blob: 267292faecd5ae4b4321ad01777146b85c0fd468 [
file
] [
log
] [
blame
] [
edit
]
//@ no-prefer-dynamic
//@ compile-flags: --target i686-unknown-linux-gnu -Zregparm=2
//@ needs-llvm-components: x86
#![
feature
(
no_core
)]
#![
crate_type
=
"rlib"
]
#![
no_core
]