blob: 6b5bd6afc91b4b7322aace5e0cce7174da872f8a [file] [log] [blame]
void x_50() {
return;
}
void x_100_1() {
x_50();
return;
}
void x_100() {
x_100_1();
return;
}