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

15 lines
115 B
HLSL

static float v = 0.0f;
void x(inout float p) {
p = 0.0f;
}
void g() {
x(v);
}
void f() {
g();
return;
}