summaryrefslogtreecommitdiffstats
path: root/tests/debuginfo/macro-stepping.inc
blob: 1bcbcfd6c594db14eb7f8c060ac9be003dfe4bb2 (plain)
1
2
3
4
5
6
7
fn included() {
    foo!(); // #inc-loc1

    foo2!(); // #inc-loc2

    zzz(); // #inc-loc3
}