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