blob: 22cd2b01e19f2817599dc3ef244cedc7f166ccbc [file] [log] [blame]
var<workgroup> arg_0 : atomic<i32>;
fn atomicStore_8bea94() {
atomicStore(&(arg_0), 1);
}
[[stage(compute), workgroup_size(1)]]
fn compute_main() {
atomicStore_8bea94();
}