blob: 2f0b7411b1dc04f85220523c915b96129a795ee2 [file] [log] [blame]
fn storageBarrier_d87211() {
storageBarrier();
}
[[stage(compute), workgroup_size(1)]]
fn compute_main() {
storageBarrier_d87211();
}