blob: 69c8e4562aa44bce8dd1dfaf8bc655b0cb726085 [file] [log] [blame]
var<workgroup> arg_0 : atomic<u32>;
fn atomicStore_726882() {
atomicStore(&(arg_0), 1u);
}
[[stage(compute)]]
fn compute_main() {
atomicStore_726882();
}