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