blob: a1d6d8eb4069bcc0d5157c671e8ea6c007881022 [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;
}