]> git.lizzy.rs Git - rust.git/blob - tests/debuginfo/macro-stepping.inc
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[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 }