blob: dc04584092546ea42d48846b99a1fc433b29b780 [file] [log] [blame]
RWByteAddressBuffer s : register(u0);
static int a = 1;
static int a__ = 2;
[numthreads(1, 1, 1)]
void f() {
int b = a;
int b__ = a__;
s.Store(0u, asuint((b + b__)));
}