blob: 181f9a210003fb55ac7ae687bd817aed3bd23615 [file] [log] [blame]
//@ only-aarch64
#[inline(always)]
//~^ ERROR cannot use `#[inline(always)]` with `#[target_feature]`
#[target_feature(enable="fp16")]
fn test() {
}
fn main() { }