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