2024-03-08 07:07:04 +00:00
|
|
|
//@ needs-profiler-support
|
2024-04-29 06:19:55 +00:00
|
|
|
//@ revisions: block branch bad
|
2024-03-08 07:07:04 +00:00
|
|
|
//@ compile-flags -Cinstrument-coverage
|
|
|
|
|
2024-04-29 06:19:55 +00:00
|
|
|
//@ [block] check-pass
|
|
|
|
//@ [block] compile-flags: -Zcoverage-options=block
|
|
|
|
|
2024-03-08 07:07:04 +00:00
|
|
|
//@ [branch] check-pass
|
|
|
|
//@ [branch] compile-flags: -Zcoverage-options=branch
|
|
|
|
|
2024-04-19 02:43:53 +00:00
|
|
|
//@ [mcdc] check-pass
|
|
|
|
//@ [mcdc] compile-flags: -Zcoverage-options=mcdc
|
|
|
|
|
2024-03-08 07:07:04 +00:00
|
|
|
//@ [bad] check-fail
|
|
|
|
//@ [bad] compile-flags: -Zcoverage-options=bad
|
|
|
|
|
|
|
|
fn main() {}
|