2022-09-24 20:02:44 +09:00
|
|
|
// Verifies basic `-Z instrument-xray` flags.
|
|
|
|
//
|
2022-10-02 12:58:05 +09:00
|
|
|
// needs-xray
|
2022-09-24 20:02:44 +09:00
|
|
|
// compile-flags: -Z instrument-xray
|
|
|
|
// compile-flags: -Z instrument-xray=skip-exit
|
|
|
|
// compile-flags: -Z instrument-xray=ignore-loops,instruction-threshold=300
|
|
|
|
// check-pass
|
|
|
|
|
|
|
|
fn main() {}
|