blob: 0f61ca0fd6460114f36d4cbd68fffcc090327183 [file] [log] [blame]
static uint x_200 = 0u;
void main_1() {
if (true) {
const uint x_1 = 1u;
switch(1u) {
case 0u: {
break;
}
default: {
break;
}
}
x_200 = x_1;
}
return;
}
void main() {
main_1();
return;
}