dawn-cmake/test/tint/bug/tint/1474-a.wgsl.expected.fxc.hlsl

13 lines
149 B
HLSL

[numthreads(1, 1, 1)]
void main() {
while(true) {
if (true) {
break;
} else {
return;
}
}
const int x = 5;
return;
}