blob: b63a391a3bec926523ed56b3f57ad92b2ffd129f [file] [log] [blame]
void another_function() {
return;
}
void x_100_1() {
return;
}
void x_100() {
x_100_1();
return;
}