void main_1() { const bool2 x_1 = (uint2(10u, 20u) <= uint2(20u, 10u)); return; } void main() { main_1(); return; }