blob: 23a62a561a1334cc7a1d65664e7edcf418120b96 [file] [log] [blame]
uint x_50() {
return 42u;
}
void x_100_1() {
uint x_10 = 0u;
const uint x_1 = x_50();
x_10 = x_1;
x_10 = x_1;
return;
}
void x_100() {
x_100_1();
return;
}