blob: 20366456566d526d08f8169391d1a64ce6198587 [file] [log] [blame]
SKIP: FAILED
static uint x_1 = 0u;
static bool x_7 = false;
static bool x_8 = false;
void main_1() {
bool x_101 = x_7;
bool x_102 = x_8;
{
while(true) {
uint x_2 = 0u;
if (x_101) {
break;
}
if (x_102) {
x_2 = 0u;
{
x_1 = x_2;
}
continue;
} else {
x_2 = 1u;
{
x_1 = x_2;
}
continue;
}
/* unreachable */
}
}
}
void main() {
main_1();
}
FXC validation failure:
c:\src\dawn\Shader@0x0000025DC299CAE0(9,11-14): error X3696: infinite loop detected - loop never exits