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

9 lines
66 B
HLSL

int4 g() {
return (0).xxxx;
}
void main() {
g();
return;
}