index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-coverage
/
tight_inf_loop.coverage
blob: 2d4c57f451a2de3871bb0223d6cfbd72b71d2dac (
plain
)
1
2
3
4
5
6
1| 1|fn main() { 2| 1| if false { 3| 0| loop {} 4| 1| } 5| 1|}