void main_1() { const float x_1 = (50.0f - (60.0f * floor((50.0f / 60.0f)))); return; } void main() { main_1(); return; }