void main_1() { uint a = 0u; uint b = 0u; uint c = 0u; return; } void main() { main_1(); return; }