blob: 2c86186cfe72d46a3d8677a05a63fbda74aa1b4c [file] [log] [blame]
fn a() {
b();
}
fn b() {
c();
}
fn c() {
d();
}
fn d() {}