dawn-cmake/test/tint/bug/tint/1064.wgsl.expected.dxc.hlsl

13 lines
136 B
HLSL

void main() {
while (true) {
if (false) {
} else {
break;
}
{
if (false) { break; }
}
}
return;
}