blob: 975d7a1f694c6960933369479a9e60933a026e8f [file] [log] [blame]
// only-x86_64
#[target_feature(enable = "sse2")] //~ ERROR can only be applied to `unsafe` functions
fn foo() {}
fn main() {}