blob: 0b7e61f89f91631c2cc24626d633ac2738f21261 [file] [log] [blame]
void main_1() {
while (true) {
float x_600 = 0.0f;
if (true) {
break;
}
if (true) {
x_600 = 50.0f;
}
break;
{
const uint x_82 = uint(x_600);
}
}
return;
}
void main() {
main_1();
return;
}