blob: 7c95459eec9629e9450e6bf0423aba29a5871075 [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;
}
DXC validation failure:
warning: DXIL.dll not found. Resulting DXIL will not be signed for use in release environments.
error: validation errors
shader.hlsl:12: error: Loop must have break.
Validation failed.