blob: 5d1e440f8604b6ecfe8cd62244fc8c417e2cf19b [file] [log] [blame]
void main_1() {
while (true) {
if (false) {
break;
}
break;
{
float x_81_phi = 0.0f;
const float x_81 = x_81_phi;
}
}
return;
}
void main() {
main_1();
return;
}