blob: b66480d13a82fa2797318b602141b770752b3ae8 [file] [log] [blame]
groupshared int v[4];
typedef int ary_ret[4];
ary_ret foo() {
GroupMemoryBarrierWithGroupSync();
int v_1[4] = v;
GroupMemoryBarrierWithGroupSync();
return v_1;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}