1
Fork 0
rust/src/test/ui/target-feature/tied-features-cli.rs

10 lines
322 B
Rust
Raw Normal View History

2022-01-31 13:04:27 +00:00
// only-aarch64
// revisions: one two three four
//[one] compile-flags: -C target-feature=+paca
//[two] compile-flags: -C target-feature=-pacg,+pacg
//[three] compile-flags: -C target-feature=+paca,+pacg,-paca
//[four] check-pass
//[four] compile-flags: -C target-feature=-paca,+pacg -C target-feature=+paca
fn main() {}