var arg_0 : atomic; fn atomicStore_8bea94() { atomicStore(&(arg_0), 1); } [[stage(compute), workgroup_size(1)]] fn compute_main() { atomicStore_8bea94(); }