void main_1() {
uint x_1 = 42u;
const uint x_2 = x_1;
const uint x_3 = x_1;
return;
}
void main() {
main_1();