dawn-cmake/test/tint/bug/chromium/1403752.wgsl.expected.fxc.hlsl

13 lines
124 B
HLSL

[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
void d() {
int j = 0;
{
for(; false; ) {
}
}
}