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