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