about summary refs log tree commit diff
path: root/src/test/run-pass/auxiliary/using-target-feature-unstable.rs
blob: 78645c284f1166bb5fea1f06e08953f2c31e4b58 (plain)
1
2
3
4
5
#![feature(mmx_target_feature)]

#[inline]
#[target_feature(enable = "mmx")]
pub unsafe fn foo() {}