]> git.lizzy.rs Git - rust.git/blob - src/test/debuginfo/macro-stepping.inc
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / debuginfo / macro-stepping.inc
1 fn included() {
2     foo!(); // #inc-loc1
3
4     foo2!(); // #inc-loc2
5
6     zzz(); // #inc-loc3
7 }