var arg_0 : atomic; fn atomicSub_77883a() { var res : i32 = atomicSub(&(arg_0), 1); } [[stage(compute), workgroup_size(1)]] fn compute_main() { atomicSub_77883a(); }