void main_1() {
bool a = true;
bool b = false;
int c = -1;
uint d = 1u;
float e = 1.5f;
return;
}
void main() {
main_1();