void main_1() { bool a = false; int b = 0; uint c = 0u; float d = 0.0f; return; } void main() { main_1(); return; }