blob: 144e798ba5d722df0ef35fe7ca50c53019947702 [file] [log] [blame]
//@ edition: 2021
//@ ignore-mode-coverage-map
//@ ignore-windows
//@ llvm-cov-flags: --use-color
// Verify that telling `llvm-cov` to use colored output actually works.
// Ignored on Windows because we can't tell the tool to use ANSI escapes.
fn main() {
for _i in 0..0 {}
}