blob: 48a589fa32196607da059b6363d27147026b7ad6 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
groupshared bool v;
bool tint_workgroupUniformLoad_v() {
GroupMemoryBarrierWithGroupSync();
const bool result = v;
GroupMemoryBarrierWithGroupSync();
return result;
}
int foo() {
if (tint_workgroupUniformLoad_v()) {
return 42;
}
return 0;
}