blob: 9bc9625412bdd3b04c2329361e22808c2b5e5909 [file] [log] [blame]
fn A() {}
fn _A() {}
fn B() { A(); }
fn _B() { _A(); }