dawn-cmake/test/bug/tint/1083.wgsl.expected.hlsl

6 lines
70 B
HLSL

[numthreads(1, 1, 1)]
void f() {
const int c = (1 / 1);
return;
}