aboutsummaryrefslogtreecommitdiff
path: root/test/CoverageMapping/Inputs/starts_a_scope
diff options
context:
space:
mode:
Diffstat (limited to 'test/CoverageMapping/Inputs/starts_a_scope')
-rw-r--r--test/CoverageMapping/Inputs/starts_a_scope4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CoverageMapping/Inputs/starts_a_scope b/test/CoverageMapping/Inputs/starts_a_scope
new file mode 100644
index 000000000000..57c3087d6b70
--- /dev/null
+++ b/test/CoverageMapping/Inputs/starts_a_scope
@@ -0,0 +1,4 @@
+// This file opens a new scope
+
+x = x;
+for (int i = 0; i < 2; ++i) {