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