blob: 44e674756d8ac48233e6e7fc58bcfb7ba72c3c47 [file] [log] [blame]
void main_1() {
const float x_1 = (true ? 50.0f : 60.0f);
return;
}
void main() {
main_1();
return;
}