rust/tests/ui/issues/issue-44056.rs
2025-09-26 15:33:48 +02:00

7 lines
195 B
Rust

//@ build-pass (FIXME(55996): should be run on targets supporting avx)
//@ only-x86_64
//@ no-prefer-dynamic
//@ compile-flags: -Ctarget-feature=+avx -Clto
//@ ignore-backends: gcc
fn main() {}