blob: 620afd7ef0a70696e1df0169cb58b71a2ed8ba57 [file] [log] [blame]
void f2() {
}
void f1() {
f2();
return;
}