blob: edb22e4f0224f4bb42d23190fa068c45252c8490 [file] [log] [blame]
SKIP: FAILED
static uint var_1 = 0u;
void main_1() {
[loop] while (true) {
if (false) {
break;
}
}
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
/tmp/tint_1aGHmE:12: error: Loop must have break.
Validation failed.