about summary refs log tree commit diff
path: root/tests/ui/target_modifiers/auxiliary/wrong_regparm.rs
blob: 267292faecd5ae4b4321ad01777146b85c0fd468 (plain)
1
2
3
4
5
6
7
//@ no-prefer-dynamic
//@ compile-flags: --target i686-unknown-linux-gnu -Zregparm=2
//@ needs-llvm-components: x86

#![feature(no_core)]
#![crate_type = "rlib"]
#![no_core]