void main_1() { bool x_1 = false; x_1 = true; x_1 = false; x_1 = false; return; } void main() { main_1(); return; }