rust/tests/ui/target-feature/rust-specific-name-no-warnings.rs
2024-02-16 20:02:50 +00:00

6 lines
90 B
Rust

//@ build-pass
//@ only-x86
//@ compile-flags: -C target-feature=+pclmulqdq
fn main() {}