blob: d25622d618df7a5a55d2db1b6bda79fb105e17a6 [file] [log] [blame]
RWByteAddressBuffer s : register(u0);
struct a__ {
int b__;
};
[numthreads(1, 1, 1)]
void f() {
const a__ c = (a__)0;
const int d = c.b__;
s.Store(0u, asuint((c.b__ + d)));
return;
}