rust/tests/debuginfo/macro-stepping.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
95 B
PHP
Raw Normal View History

fn included() {
foo!(); // #inc-loc1
foo2!(); // #inc-loc2
zzz(); // #inc-loc3
}