void main_1() { const bool2 x_1 = (int2(30, 40) >= int2(40, 30)); return; } void main() { main_1(); return; }