blob: 6521e29137756c876510f3cd4e6f185e3a7f93f1 [file] [log] [blame]
var<workgroup> arg_0 : atomic<i32>;
fn atomicSub_77883a() {
var res : i32 = atomicSub(&(arg_0), 1i);
}
@compute @workgroup_size(1)
fn compute_main() {
atomicSub_77883a();
}