rust/src/test/run-make-fulldeps/coverage-reports/expected_show_coverage.while.txt

7 lines
130 B
Plaintext
Raw Normal View History

1| |fn main() {
2| 1| let num = 9;
3| 1| while num >= 10 {
4| 0| }
5| 1|}