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

11 lines
113 B
HLSL

struct S {
bool e;
};
[numthreads(1, 1, 1)]
void main() {
bool b = false;
S v = {(true & b)};
return;
}