blob: 8a0140f80396b4d2b95f78b79ee554ae234121cf [file] [log] [blame]
SKIP: FAILED
void main_1() {
uint x_1 = 0u;
x_1 = 42u;
x_1 = 0u;
}
void main() {
main_1();
}