void main_1() {
const uint2 x_1 = asuint((int2(30, 40) / int2(40, 30)));
return;
}
void main() {
main_1();