Files
rust/tests/ui/target-feature/auxiliary/using-target-feature-unstable.rs
2025-05-18 11:12:15 +05:30

6 lines
100 B
Rust

#![feature(x87_target_feature)]
#[inline]
#[target_feature(enable = "x87")]
pub unsafe fn foo() {}