blob: a141b9d559d8ada68935d0d42fc81fdc8e9212a8 [file] [log] [blame]
groupshared int v[128];
int foo() {
GroupMemoryBarrierWithGroupSync();
int v_1[128] = v;
GroupMemoryBarrierWithGroupSync();
return v_1[int(0)];
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}