blob: 6ed5adab4e01ece52887ce1bdf549c64688d9c08 [file] [log] [blame]
SKIP: FAILED
void main_1() {
uint x_1 = 42u;
uint x_2 = x_1;
uint x_3 = x_1;
}
void main() {
main_1();
}