blob: a43ffcd92384ef77cb37446956e91edd39f2d914 [file] [log] [blame]
SKIP: FAILED
static uint var_1 = 0u;
void main_1() {
while (true) {
if (false) {
} else {
continue;
}
}
return;
}
void main() {
main_1();
return;
}
warning: DXIL.dll not found. Resulting DXIL will not be signed for use in release environments.
error: validation errors
tint_HrNFse:13: error: Loop must have break.
Validation failed.