blob: cdb2c7ed5b2811ed0aef8469f7adb38cdd9b524e [file] [log] [blame]
void f2() {
}
void f1() {
f2();
}