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