rust/tests/ui/target_modifiers/auxiliary/wrong_regparm_and_ret.rs
Vadim Petrochenkov 7fdd193e23 tests: Unignore target modifier tests on all platforms
These tests can be `check-pass` and do not need dynamic libraries.
Also remove other unnecessary stuff from them.
2025-02-28 18:04:07 +03:00

8 lines
199 B
Rust

//@ 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]