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