void main_1() {
const uint2 x_1 = (bool2(true, false) ? uint2(10u, 20u) : uint2(20u, 10u));
return;
}
void main() {
main_1();