summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/tight_inf_loop.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-coverage/tight_inf_loop.coverage')
-rw-r--r--tests/run-coverage/tight_inf_loop.coverage6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-coverage/tight_inf_loop.coverage b/tests/run-coverage/tight_inf_loop.coverage
new file mode 100644
index 000000000..2d4c57f45
--- /dev/null
+++ b/tests/run-coverage/tight_inf_loop.coverage
@@ -0,0 +1,6 @@
+ 1| 1|fn main() {
+ 2| 1| if false {
+ 3| 0| loop {}
+ 4| 1| }
+ 5| 1|}
+