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