2022-09-24 06:02:44 -05:00
|
|
|
// Verifies basic `-Z instrument-xray` flags.
|
|
|
|
//
|
2024-02-16 14:02:50 -06:00
|
|
|
//@ needs-xray
|
|
|
|
//@ compile-flags: -Z instrument-xray
|
|
|
|
//@ compile-flags: -Z instrument-xray=skip-exit
|
|
|
|
//@ compile-flags: -Z instrument-xray=ignore-loops,instruction-threshold=300
|
|
|
|
//@ check-pass
|
2022-09-24 06:02:44 -05:00
|
|
|
|
|
|
|
fn main() {}
|