summaryrefslogtreecommitdiffstats
path: root/tests/debuginfo/macro-stepping.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/macro-stepping.inc')
-rw-r--r--tests/debuginfo/macro-stepping.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/debuginfo/macro-stepping.inc b/tests/debuginfo/macro-stepping.inc
new file mode 100644
index 000000000..1bcbcfd6c
--- /dev/null
+++ b/tests/debuginfo/macro-stepping.inc
@@ -0,0 +1,7 @@
+fn included() {
+ foo!(); // #inc-loc1
+
+ foo2!(); // #inc-loc2
+
+ zzz(); // #inc-loc3
+}